v1

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