v1
latestOpenAPI 3.0.32026-08-0638140175.8 KBGetting 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"
}
}