Login API

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 nameValueDescriptionOptional 
emailstringEmail of the userNo
passwordstringPassword of the userNo

Request parameters

Parameter nameValueDescriptionOptional 
tokenstringAuthorization tokenNo
refresh_tokenstringRefresh token, to get a new tokenNo

Powered by BetterDocs