Skip to main content
GET
Credit balances

Authorizations

Authorization
string
header
required

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

Query Parameters

email
string<email>[]

The (case-insensitive) email address of the user whose profile to fetch; multiple addresses can be provided by repeating the key; profiles for all addresses are fetched by default.

Response

The account settings and credits.

email
string<email>
required

The account email address.

Example:

"user@example.com"

credits
integer
required

The number of remaining API credits allocated to the account.

Example:

1000