PointClickCare · OAuth Scopes

PointClickCare OAuth Scopes

OAuth 2.0 derived

PointClickCare publishes 3 OAuth 2.0 scopes via the authorizationCode flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the PointClickCare API on a user’s behalf.

Tokens are issued from https://login.pointclickcare.com/oauth2/token.

This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.

HealthcareLong-Term CarePost-Acute CareEHRFHIRSenior CareInteroperability
Scopes: 3 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://login.pointclickcare.com/oauth2/authorize
Token URL
https://login.pointclickcare.com/oauth2/token
Flows
authorizationCode

Scopes (3)

ScopeDescriptionFlows
clinical.read Read clinical data (vitals, medications, assessments) authorizationCode
facility.read Read facility information authorizationCode
patient.read Read patient demographics authorizationCode

Source

OAuth Scopes

pointclickcare-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/pointclickcare-ehr-openapi.yml
schemes:
- name: oauth2
  source: openapi/pointclickcare-ehr-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://login.pointclickcare.com/oauth2/authorize
    tokenUrl: https://login.pointclickcare.com/oauth2/token
  description: OAuth2 authorization code flow via PointClickCare identity server
scopes:
- scope: clinical.read
  description: Read clinical data (vitals, medications, assessments)
  flows:
  - authorizationCode
  sources:
  - openapi/pointclickcare-ehr-openapi.yml
- scope: facility.read
  description: Read facility information
  flows:
  - authorizationCode
  sources:
  - openapi/pointclickcare-ehr-openapi.yml
- scope: patient.read
  description: Read patient demographics
  flows:
  - authorizationCode
  sources:
  - openapi/pointclickcare-ehr-openapi.yml