Zocdoc · OAuth Scopes
Zocdoc OAuth Scopes
OAuth 2.0
derived
Zocdoc publishes 6 OAuth 2.0 scopes via the clientCredentials and authorizationCode flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the Zocdoc API on a user’s behalf.
Tokens are issued from https://auth.zocdoc.com/oauth/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.
HealthcareAppointmentsBookingProvidersInsuranceTelehealthScheduling
Scopes: 6
Flows: clientCredentials, authorizationCode
Method: derived
OAuth endpoints
Authorization URL
https://auth.zocdoc.com/authorize
https://auth.zocdoc.com/authorize
Token URL
https://auth.zocdoc.com/oauth/token
https://auth.zocdoc.com/oauth/token
Flows
clientCredentialsauthorizationCode
clientCredentialsauthorizationCode
Scopes (6)
| Scope | Description | Flows |
|---|---|---|
| external.anonymous_token.write | Create anonymous tokens used for discovery endpoints. | clientCredentials |
| external.appointment.read | Read basic details of your appointments. | authorizationCode, clientCredentials |
| external.appointment.write | Book and modify appointments. | authorizationCode, clientCredentials |
| external.credential.rotate | Rotate the authenticated client secret. | clientCredentials |
| external.provider_insurance.write | Update the insurance accepted by a provider. | clientCredentials |
| external.schedulable_entity.read | Read schedulable entities. | authorizationCode, clientCredentials |