cURL
curl -X GET \ /customers/{customerId}/billing-groups \ --header "Authorization: Bearer <token>"
{ "data": [ { "name": "Billing of payments at the end of the month", "type": "end_of_month", "id": "01F9ZQZJZJQZJZJZJZJZJZJZJZ", "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
Show child attributes
Was this page helpful?