Skip to main content
GET
Get your profile

Authorizations

Authorization
string
header
required

Pass your API key as Authorization: Bearer sk_…. Mint a key from your dashboard's API-keys page.

Response

The authenticated user's profile.

Your account profile.

id
string<uuid>
required

Stable unique identifier for the user.

email
string
required

The email address you sign in with.

name
string | null
required

Display name, or null if not yet provided — signup doesn't collect one; the dashboard asks for it afterwards.

email_verified_at
string<date-time> | null
required

When you confirmed ownership of email, or null if still unverified.

deleted_at
string<date-time> | null
required

When the account was scheduled for deletion, or null if active. Non-null means the account is in its 30-day deletion grace window — the dashboard renders the restore gate off this flag.

created_at
string<date-time>
required

When the account was created.