For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Help CenterOpenAPI SpecStatus
OverviewInquiriesTransactionsRelaysAPI ReferenceChangelog
OverviewInquiriesTransactionsRelaysAPI ReferenceChangelog
  • Getting Started
    • Introduction
    • Quickstart Tutorial
  • API Overview
    • API Keys
      • Key Inflection
      • API Attribute Blocklists
      • Payload Filters
    • Authentication
    • Protocol
    • Response Body
    • Idempotence
    • Pagination
    • Rate Limiting
    • Downloading Files
    • API Logs
    • Request IDs
  • Versioning
    • API Changelog
    • Versioning
  • Troubleshooting
    • Error Handling
  • API Reference
    • OpenAPI Specification
    • Cases
    • Connect
    • Documents
    • Inquiries
    • List Items
    • Lists
    • OAuth
    • Reports
    • Transactions
    • Verifications
    • Workflows
  • Webhooks
LogoLogo
Help CenterOpenAPI SpecStatus
API OverviewAPI Keys

Key Inflection

The Persona API accepts requests with attribute keys using camelCase, kebab-case, and snake_case.

All responses use kebab-case for attribute keys by default. However, you can override how attribute keys are formatted by providing an additional Key-Inflection: <inflection> header to the request. The Persona API currently accepts kebab, camel, and snake for inflecting keys. You can also set the default key inflection on the API key itself via the Persona dashboard.

Incoming requests from webhooks are also key inflected according to the default key inflection setting on the Webhook.

Was this page helpful?
Previous

API Attribute Blocklists

Filter out parts of the payload from API responses
Next
Built with