Get account
Returns the account resolved from the bearer API key, including current platform credit balance.
Responses
Account details
{
"id": "string", // Internal account identifier resolved from the API key.
"name": "string",
"email": "string",
"creditBalance": 123, // Current prepaid platform credit balance in USD.
"createdAt": "2026-03-25T09:30:00.000Z",
}No response body defined.