POST /public/v1/members/{member_id}/token

🚧

This endpoint is only exposed upon request. Please reach out to your Account Manager to get access.

📘

Make sure you're using Public API keys generated by Org Admin, otherwise you'll receive a 403 response.

Servers

Path parameters

Name Type Required Description
member_id String Yes

Member id.

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Request body fields

Name Type Required Description
lifetime Integer No

Token lifetime in seconds.

Default value: 3600

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.