Skip to main content
PATCH
Credit grant

Authorizations

Authorization
string
header
required

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

Body

application/json
email
string<email>
required

The (case-insensitive) email address of the user whose account to grant credits.

Example:

"user@example.com"

amount
integer
required

The number of additional API credits to grant the account.

Example:

1000

Response

The updated account credits.

email
string<email>
required

The account email address.

Example:

"user@example.com"

credits
integer
required

The number of updated API credits allocated to the account.

Example:

1000