Authentication API

Authenticate for the apis access_token

API Endpoint

POST /client/authenticate


Request Headers:

Content-Type: application/json

Request Body:

{
    "username" : "<email>",
    "secretKey": "<your_key>",
    "isAPI": true
}

Last updated