Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Max number of results that should be returned
1 <= x <= 100
Cursor that indicates where the next page of results should start.
Body
Filters specifying which credit grants should be included
An array of credit type IDs. This must not be specified if credit_grant_ids is specified.
"d7abd0cd-4ae9-4db7-8676-e986a4ebd8dc, 0e5b8609-d901-4992-b394-c3c2e3f37b1c"
An array of Metronome customer IDs. This must not be specified if credit_grant_ids is specified.
"d7abd0cd-4ae9-4db7-8676-e986a4ebd8dc, 0e5b8609-d901-4992-b394-c3c2e3f37b1c"
An array of credit grant IDs. If this is specified, neither credit_type_ids nor customer_ids may be specified.
"d7abd0cd-4ae9-4db7-8676-e986a4ebd8dc, 0e5b8609-d901-4992-b394-c3c2e3f37b1c"
Only return credit grants that expire at or after this timestamp.
"2022-02-01T00:00:00Z"
Only return credit grants that are effective before this timestamp (exclusive).
"2022-02-01T00:00:00Z"