C
Candid Python SDK CLI surface
Details
- Command
-
python - Docs
- https://docs.joincandidhealth.com/introduction/getting-started.md
Authentication
env CANDID_CLIENT_ID, CANDID_CLIENT_SECRET Have an org admin generate API keys from the Candid app's "Users & Credentials" tab as described in Generating Candid API Keys. Candid issues a client_id and client_secret per environment; use the matching pair for production vs sandbox/staging. Exchange them at POST /api/auth/v2/token on the appropriate API host to obtain a bearer token for API calls.