Skip to main content
GET
Get Me
Get information about the currently authenticated user or API key. Returns different response schemas based on whether authenticated with a user account or API key.

Response Types

User Account Response:
  • User ID
  • Account type
  • Email
  • Creation timestamp
  • Last update timestamp
API Key Response:
  • Key ID
  • Key type
  • Project ID
  • Creation timestamp

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

id
string
required
type
string
required
email
string
required
created_at
string
required
updated_at
string
required