Skip to main content
GET
/
me
Error
A valid request URL is required to generate request examples
{
  "user": {},
  "api_key": {},
  "organization": {
    "id": 123,
    "name": "<string>",
    "slug": "<string>",
    "status": "<string>",
    "primary_domain": "<string>",
    "billing_email": "jsmith@example.com",
    "email_verified": true
  },
  "subscription": {}
}

Authorizations

X-Api-Key
string
header
required

Response

Current user, API key, organization, and subscription.

user
object
api_key
object | null
organization
object
subscription
object | null