API Reference
Create Customer Authentication Token
Create a @Connect authentication token for a customer. This token can be used to embed @Connect in your application via the @openint/connect
npm package.
POST
Authorizations
Organization API key generated in the OpenInt Console and passed in the authorization
header with format: Bearer {apiKey}
Path Parameters
The id of the customer in your application. Ensure it is unique for that customer.
Body
application/json
How long the token will be valid for (in seconds) before it expires
Required range:
x > 0
Response
200
application/json
Successful response
The authentication token to use for API requests