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

Authorization
string
header
required

Value for the Authorization header parameter.

Path Parameters

id
string
required

BillingGroup identifier

Response

200
application/json

BillingGroup resource