GET
/
credits
/
{customerId}
/
grants
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"
    }
  ]
}

Headers

Authorization
string
required

Your API credentials. Eg. Basic {credentials}.

Sequence-Version
enum<string>

Use this header to select an API version

Available options:
2024-07-30

Path Parameters

customerId
string
required

Customer ID

Response

200
application/json

OK

The response is of type object.