CentralReach · Authentication Profile
Centralreach Authentication
Authentication
The CentralReach Enhanced API requires two credentials on every request: an organization-scoped API key sent in the x-api-key header, and an OAuth 2.0 Bearer access token obtained via the client-credentials grant against the CentralReach identity provider. Credentials (client_id, client_secret, and the CR API key) are issued by the CentralReach Implementation Team; the API is not self-serve. Access tokens are RS256 JWTs with a one-hour lifetime carrying iss, exp, sub, and orgid claims.
CentralReach secures its APIs with oauth2 and apiKey across 2 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the clientCredentials flow(s).
CompanyHealthcareABA TherapyAutismIDDEMRPractice ManagementBehavioral HealthSpecial EducationBillingOAuth
Methods: oauth2, apiKey
Schemes: 2
OAuth flows: clientCredentials
API key in: header
Security Schemes
clientCredentials oauth2
apiKey apiKey