API Reference
Create Customer Authentication Token
Create an authentication token for a customer
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