API Authentication
Get Auth Token
Generates authentication tokens for a client using clientId and clientSecret.
POST
cURL
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
Response
Authentication tokens generated successfully
cURL

