Skip to main content
GET
/
v0
/
api
/
me
Error
A valid request URL is required to generate request examples
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "email": "<string>",
  "name": "<string>",
  "organizations": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "<string>",
      "plan": "<string>",
      "planDisplayName": "<string>",
      "isPaid": true,
      "creditsBalance": 123
    }
  ]
}

Authorizations

Authorization
string
header
required

Use your Anything API key as the Basic auth username and leave the password empty. Example credentials: anything_xxx:

Response

Current user context

id
string<uuid>
required
email
string | null
required
name
string | null
required
organizations
object[]
required