Token Generation
Use the token generated here as a value for the authorization header where it is required.
POST
{{env_url}}/auth/account/v2/login
Passing your credentials to obtain a token.
Request body
Name
Type
username
String
password
String
Respond body
{
"message": "success",
"error": null,
"data": {
"token": "This is your token"
}
}
Last updated