cURL
curl --request GET \ --url https://eu.sequencehq.com/api/credits/{customerId}/grants \ --header 'Authorization: <authorization>'
{ "items": [ { "id": "22efb229-c474-407c-bbf7-f5e113ee8b20", "name": "API Calls", "grantAmount": 1000, "balance": 324, "issueDate": "2022-02-22", "expiryDate": "2030-03-03" } ] }
List all Credit Grants and their outstanding balances where the balance is non-zero
Your API credentials. Eg. Basic {credentials}.
Basic {credentials}
Use this header to select an API version
2024-07-30
Customer ID
OK
The response is of type object.
object