Request a new access token
Request a new access token to authenticate requests to the API. The token will expire after the specified time. To request an access token you must use the refresh / auth token provided to you by Cable. You cannot request a new token with an existing access token.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Authorization
Request
This endpoint expects an object.
expiry_seconds
The requested expiration time in seconds for the token. Must be between 300 (5 minutes) and 86400 (24 hours).
scopes
Response
Token created successfully
token
expiry
The expiration time in Unix time format.
organization_id
The organization ID for which the token was requested.
organization_name
The name of the organization for which the token was requested.
scopes