Get current user (account info)

View as Markdown

Returns the authenticated developer’s account info — plan, rate limits, feature flags, inbox count, credit balance, and custom domain count.

Authentication

AuthorizationBearer

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

Response headers

X-API-PlanstringOptional
X-RateLimit-Limit-SecondstringOptional
X-RateLimit-Remaining-SecondstringOptional
X-RateLimit-Limit-MonthstringOptional
X-RateLimit-Remaining-MonthstringOptional

Response

OK
successboolean
dataobject

Errors

401
Unauthorized Error
429
Too Many Requests Error