Billing Schedules
List Billing Schedule Custom Field Keys
List all distinct custom field keys across billing schedules for the current account.
get/billing-schedule-custom-field-keys
Headers
Authorizationstring required
Your API credentials. Eg. Basic {credentials}.
sequence-version'2024-07-30'
Use this header to select an API version
Response
OK
Example response
{
"items": [
"department",
"region"
]
}