v356

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-031733562.1 MB
Customers

List customer custom property keys

List all distinct custom property keys across customers for the current account.

get/customer-custom-property-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

itemsstring[] required

Distinct custom property keys across all customers

Example response

{
  "items": [
    "region",
    "tier"
  ]
}