This API is used to obtain the access token used in all subsequent API calls.
URL: [POST] /api/v1/login
curl -X 'POST' \ 'BASE_URL/api/v1/login' \ -H 'accept: application/json' \ -H 'Content-Type: application/json' \ -d '{"email": "EMAIL", “password”:"PASSWORD"}'
Request parameters
Parameter name | Value | Description | Optional |
string | Email of the user | No | |
password | string | Password of the user | No |
Request parameters
Parameter name | Value | Description | Optional |
token | string | Authorization token | No |
refresh_token | string | Refresh token, to get a new token | No |