/api/auth
Log in the user and get the access token.
Key
Value
Description
Required
{
"api_status": 200,
"access_token": "", // store this, it will be used for all other API calls
"user_id": "", // authenticated user id
"timezone": "", // user timezone
}Last updated