v9

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01211389.1 KB

Credit balances

Retrieve the settings and credits of one or more accounts.

get/users

Query parameters

emailstring[]

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.

[
  "user@example.com"
]

Response

The account settings and credits.

emailstring email required

The account email address.

creditsinteger required

The number of remaining API credits allocated to the account.

Example response

[
  {
    "email": "user@example.com",
    "credits": 1000
  }
]