Auth

Retrieve auth

Retrieve authentication details for the current API key

post/auth.info

Response

OK

Example response

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

Changes