Skip to main content
GET
/
customer-custom-property-keys
List customer custom property keys
curl --request GET \
  --url https://eu.sequencehq.com/api/customer-custom-property-keys \
  --header 'Authorization: <authorization>'
{
  "items": [
    "region",
    "tier"
  ]
}

Headers

Authorization
string
required

Your API credentials. Eg. Basic {credentials}.

sequence-version
enum<string>

Use this header to select an API version

Available options:
2024-07-30

Response

OK

items
string[]
required

Distinct custom property keys across all customers

Example:
["region", "tier"]