Three steps to production
1. Get your API key
Contact us to get started, then generate a key from the dashboard.- Email
help@casexchange.comwith your firm name, use case, and environment (Prod or QA/UAT). - Receive onboarding details from the team (allow 1-2 business days).
- Log in to CaseXchange and generate a Public API key from Settings > API Keys.
READ_ONLY for dashboards, STANDARD for case intake/referrals, FULL for admin operations.
2. Make your first API call
Confirm connectivity, then verify your key works.3. Set up Postman (optional)
The Postman collection provides pre-built requests for every endpoint with automated test scripts that chain environment variables between requests.- Download the Postman Collection and Production Environment.
- In Postman, click Import and select both files.
- Select the CaseXchange Public API - Production environment from the dropdown.
Alternative: generate an API key via Postman
Alternative: generate an API key via Postman
If you prefer to create your API key programmatically instead of via the dashboard UI:
- Set
login_emailandlogin_passwordin the Postman environment for your CaseXchange account. - Run the Login request under Authentication Setup — this uses the Internal API (
/api/v1) to establish a JWT session. - Run Create Public API Key to generate and auto-save your
api_key. - All subsequent Public API requests will use the
api_keyvia theX-API-Keyheader automatically.
X-API-Key) only.Next steps
API Reference
Full endpoint documentation generated from the OpenAPI spec.
Case Lifecycle
Understand referral states, ownership, and re-referrals.
Firm Directory
How firm profiles, networks, and the public directory work.
Error Handling
Standard response envelopes and troubleshooting patterns.
Need sandbox data or partner credentials? Email help@casexchange.com.