Getting Started
Check your authentication is valid
Responds with the state of your API account.
get/status/auth
Response
User description.
Example response
{
"user": {
"state": "active"
}
}Responds with the state of your API account.
User description.
{
"user": {
"state": "active"
}
}