Authorizations
Organization API Key available in the settings page of the OpenInt Console or Customer API Key or Token Customer authentication token created using the create customer token API. It is passed in the authorization
header with format: Bearer {token}
Path Parameters
The unique ID of the customer to create the token for
1
Body
Response
Successful response
A short-lived publishable authentication token to use for customer api requests from the frontend. This token by default expires in 30 days unless otherwise specified via the validity_in_seconds parameter.
A link that can be shared with customers to use @Connect in any browser. This link will expire in 30 days by default unless otherwise specified via the validity_in_seconds parameter.
A long-lived customer API key to use for API requests. Not meant to be published to the frontend.