Use the token generated here as a value for the authorization header where it is required.
Last updated 1 year ago
POST {{env_url}}/auth/account/v2/login
POST
{{env_url}}/auth/account/v2/login
Passing your credentials to obtain a token.
username
String
password
{ "message": "success", "error": null, "data": { "token": "This is your token" } }
{ "message": "Invalid email or password.", "error": "wrong login details", "data": null }