Skip to main content
GET
/
billing-schedule-custom-field-keys
List Billing Schedule Custom Field Keys
curl --request GET \
  --url https://eu.sequencehq.com/api/billing-schedule-custom-field-keys
{
  "items": [
    "department",
    "region"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.sequencehq.com/llms.txt

Use this file to discover all available pages before exploring further.

Headers

Sequence-Version
enum<string>

Use this header to select an API version

Available options:
2024-07-30

Response

OK

items
string[]
required

Distinct custom field keys across all billing schedules

Example:
["department", "region"]