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.
  • Home
    • About the Referral Exchange (RefX)
  • Getting Started
    • API Overview
    • Accessing our APIs
    • Authentication
    • Content Types
    • Request and Response Limits
    • Create and Edit Referrals
    • Print Referrals
    • List Referrals
    • Cancel & Withdraw Referrals
    • Timeline Events
    • Implementation Reference
  • Concepts
    • Referral Lifecycle & Statuses
    • Referral Notes
    • Browser Tab Handling
    • Referral Link
    • NEHR Integration
  • API Reference
    • Changelog
LogoLogo
Getting Started

Content Types

Was this page helpful?
Previous

Request and Response Limits

Next
Built with

All endpoints accept and return data in JSON format.

You must include the following header in requests that contain a body:

Content-Type: application/json

For example:

1POST /referrals
2Content-Type: application/json
3Authorization: Bearer <your-jwt-token>