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-Planstring
X-RateLimit-Limit-Monthstring
X-RateLimit-Limit-Secondstring
X-RateLimit-Remaining-Monthstring
X-RateLimit-Remaining-Secondstring

Response

OK
dataobject
successboolean

Errors

401
Unauthorized Error
429
Too Many Requests Error