Skip to main content
GET
Get Current User

Authentication

This endpoint requires an API token passed as a Bearer token in the Authorization header.
API tokens are created in the Dashboard under API Keys.

Request

Response

string
required
The user’s unique identifier (UUID)
string
required
The user’s email address
string
The user’s first name
string
The user’s last name
boolean
required
Whether the user account is active
boolean
required
Whether the user’s email has been verified

Example Response

200

Errors