Skip to main content

Renew your access token with the refresh token

Use this endpoint to get access tokens using a refresh token.

Request Body
organization_id string

organization ID required for refreshing the access_token using a refresh_token.

refresh_token string

refresh token obtained during the initial authentication using an API key. Use this token along with the organization_id for refreshing the access_token

Responses
200

The operation was successful

Schema OPTIONAL
access_token string

the short-lived Bearer token that you need to pass on API calls

organization_id number

the organization ID