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
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
}
}
}Value for the Authorization header parameter.
BillingGroup identifier
The collection page number
The number of items per page
0 <= x <= 100War diese Seite hilfreich?