Authentification
'Authorization': `Bearer YOUR_TOKEN`Generate an access token
Login api call
Request Body
Name
Type
Description
{
"status": "success",
"response": {
"token": "[YOUR_TOKEN]",
"user_id": "[YOUR_USER_ID]",
"expires":
}
}Verify credentials with token
Verify credentials with token
Headers
Name
Type
Description
Last updated