Get current user (account info)
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-Plan
X-RateLimit-Limit-Month
X-RateLimit-Limit-Second
X-RateLimit-Remaining-Month
X-RateLimit-Remaining-Second
Response
OK
data
success
Errors
401
Unauthorized Error
429
Too Many Requests Error