cURL
curl -X GET \ /customers/{customerId}/billing-groups \ --header "Authorization: Bearer <token>"
{ "data": [ { "id": "01F9ZQZJZJQZJZJZJZJZJZJZJZ", "name": "Billing of payments at the end of the month", "type": "<any>", "customDay": 31, "customMonth": 12 } ], "meta": { "pagination": { "totalItems": 123, "itemsPerPage": 123, "currentPage": 123, "lastPage": 123, "pageTotalItems": 123 } } }
Get a collection of billing groups
Value for the Authorization header parameter.
BillingGroup identifier
The collection page number
The number of items per page
0 <= x <= 100
BillingGroup collection
The response is of type object.
object
Was this page helpful?