Key Inflection
The Key-Inflection header lets you control the casing of JSON keys in API
responses. This is useful when integrating with systems that expect a specific
naming convention.
Options
Usage
snake_case (default)
camelCase
kebab-case
Notes
- Key inflection applies to response bodies only. Request bodies should always use snake case.
- The
Key-Inflectionheader is optional. If omitted, responses use snake case. - You can also set a default key inflection per webhook endpoint, so webhook payloads are delivered in your preferred casing.