Authenticate and authorize all API calls
Key | Type | Description |
---|---|---|
Token | string | Authentication token that you will use to authenticate subsquent API calls |
refreshToken | string | The refresh token is used to refresh session without requiring new user login |
success | boolean | Status of authentication request |
message | string | A description of status |
Important information on the Token
- The lifetime of the token is 60 minutes. Once it expires, use the refresh token to obtain another one or have the user log in again.
- The token will only be exposed once. Safely store it in the cache for the duration of its lifetime