Account
Authorizations
AuthorizationstringRequired
Recommended. Pass your API key (starts with ppsk_) as Authorization: Bearer ppsk_…. One active key per Pro/Team account — to rotate, revoke the old one first.
Responses
200
The account associated with the API key.
application/json
Account associated with the API key.
userIdintegerRequired
Internal account id.
emailstring · emailRequired
Account owner's email address.
planstringRequired
Subscription plan of the account (e.g., pro, team).
401
API key missing or wrong.
application/json
500
Server-side failure — retry, and include request_id when reporting.
application/json
get/v1/me
Last updated