Get credit balance and pricing
Fetches the authenticated account's remaining credits, the account email the credentials belong to, and current credit purchase pricing. Confirm the account email before purchasing credits, since credits are non-transferable between accounts.
Response
Credit balance, the account email, and credit purchase pricing
Example response
{
"creditsRemaining": 54688,
"accountEmail": "user@example.com",
"purchaseQuantityRange": {
"min": 1000,
"max": 10000
},
"pricePer1000CreditsUsd": 6
}Changes
Changed in 2 of the 8 revisions of this API.7
- ○
added the optional property
actionto the response with the401statusresponse-optional-property-added
- ○
added the optional property
actionto the response with the403statusresponse-optional-property-added
- ○
added the optional property
actionto the response with the500statusresponse-optional-property-added
- ○
added the optional property
detailsto the response with the401statusresponse-optional-property-added
- ○
added the optional property
detailsto the response with the403statusresponse-optional-property-added
- ○
added the optional property
detailsto the response with the500statusresponse-optional-property-added
- ○
- ○
added the non-success response with the status
403response-non-success-status-added
- ○