API Authentication
Get Auth Token
Generates authentication tokens for a client using clientId and clientSecret.
POST
This endpoint as well as /api/refresh
will be used in tandem to provide authentication to all of our public endpoints.
These endpoints require your clientId
and clientSecret
which can be found in your admin panel.
Body
application/json
Client credentials for authentication
The body is of type object
.
Response
200
application/json
Authentication tokens generated successfully
The response is of type object
.