v6

latestOpenAPI 3.0.0raw.githubusercontent.com2024-10-187525179.6 KB
Auth

Retrieve auth

Retrieve authentication details for the current API key

post/auth.info

Response

OK

Example response

{
  "data": {
    "user": {
      "name": "Jane Doe"
    }
  }
}