⌘K

Sandbox Test Mode

Build and test integrations against synthetic data before promoting to api.parkerapex.com. Sandbox credentials are isolated from production.

Try it — live sandbox

Run requests from your browser against the sandbox gateway. Your token is stored locally only.

curl
"text">-amber-300 font">-semibold">curl "text-cyan-300">-s https://sandbox.api.parkerapex.com/fhir/R4/metadata \
  "text-cyan-300">-H "Authorization: Bearer YOUR_SANDBOX_TOKEN" \
  "text-cyan-300">-H "Accept: application/fhir+json" | "text">-amber-300 font">-semibold">jq '.resourceType,.fhirVersion'

Partner sandbox flows

KONZA TEFCA stub and Stedi clearinghouse stub — no production keys required.

Full TEFCA exchange flow: TEFCA playground · Stedi clearinghouse: Velocity playground

Production

https://api.parkerapex.com

Live partner traffic and PHI-bound workflows.

Sandbox

https://sandbox.api.parkerapex.com

Test keys, synthetic patients, no production side effects.

Get sandbox credentials

  1. Sign in at the developer portal.
  2. Open My Tokens & Keys and create a key labeled sandbox.
  3. Paste the token in the Try-it panel above or enable sandbox auth in Swagger.
Create sandbox API key

Sandbox endpoints

/health

Platform health

/prime/v1/health

Prime wearables

/fhir/R4/metadata

FHIR CapabilityStatement

/tefca/partners/konza/health

KONZA QHIN health

/insurance/sandbox/stedi/health

Stedi clearinghouse stub

OpenAPI specs include sandbox server URLs — enable Sandbox auth on Swagger UI.