API documentation
User
Tenant
Feature
Entitlement
User & permissions
Settings
- Settings
- Media
- Webhook
- Notification
Payment
- Payment Method
- Transaction
- SEPA XML
- Open Banking
- Bank Account Transaction
Customer
- Customer
- Customer Address
- Customer Email
- Customer Settings
- Customer Otp
Billing
- Invoice
- Invoice Position Item
- Billing Run
Dunning
- Dunning Document
- Dunning Rule
Subscription
- Subscription
- Subscription Item
- Subscription Measurement
- Billing Group
Offers
- Offer
- Offer Recipient
- Offer Template
Catalogue
- Unit
- Measurement
- Product
- Product Family
- Price Plan
- Coupon
Checkout
- Checkout Link
- Cart
Accounting
Billing Group
Get a billing group
Get a billing group
GET
/
billing-groups
/
{id}
curl -X GET \
/billing-groups/{id} \
--header "Authorization: Bearer <token>"
{
"id": "01F9ZQZJZJQZJZJZJZJZJZJZJZ",
"name": "Billing of payments at the end of the month",
"type": "<any>",
"customDay": 31,
"customMonth": 12,
"subscriptions": [
"https://example.com/"
]
}
Authorizations
Value for the Authorization header parameter.
Path Parameters
BillingGroup identifier
Response
200
application/json
BillingGroup resource
Was this page helpful?
curl -X GET \
/billing-groups/{id} \
--header "Authorization: Bearer <token>"
{
"id": "01F9ZQZJZJQZJZJZJZJZJZJZJZ",
"name": "Billing of payments at the end of the month",
"type": "<any>",
"customDay": 31,
"customMonth": 12,
"subscriptions": [
"https://example.com/"
]
}
Assistant
Responses are generated using AI and may contain mistakes.