Provet Cloud · OAuth Scopes

Provet Cloud OAuth Scopes

OAuth 2.0 derived

Provet Cloud publishes 2 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 Provet Cloud API on a user’s behalf.

Tokens are issued from https://provetcloud.com/0/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.

VeterinaryPractice ManagementPIMSHealthcareNordhealthAnimal HealthAppointmentsBilling
Scopes: 2 Flows: clientCredentials, authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://provetcloud.com/0/oauth2/authorize/
Token URL
https://provetcloud.com/0/oauth2/token/
Flows
clientCredentialsauthorizationCode

Scopes (2)

ScopeDescriptionFlows
openid Obtain additional user details. authorizationCode
restapi Access the Provet Cloud REST API. authorizationCode, clientCredentials

Source

OAuth Scopes

provet-cloud-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/provet-cloud-openapi.yml
schemes:
- name: oauth2
  source: openapi/provet-cloud-openapi.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://provetcloud.com/0/oauth2/token/
  - flow: authorizationCode
    authorizationUrl: https://provetcloud.com/0/oauth2/authorize/
    tokenUrl: https://provetcloud.com/0/oauth2/token/
  description: OAuth 2.0. Client Credentials for backend services; Authorization Code with PKCE
    for user-facing apps. Token endpoint is https://provetcloud.com/<provet_id>/oauth2/token/
    with scope "restapi".
scopes:
- scope: openid
  description: Obtain additional user details.
  flows:
  - authorizationCode
  sources:
  - openapi/provet-cloud-openapi.yml
- scope: restapi
  description: Access the Provet Cloud REST API.
  flows:
  - authorizationCode
  - clientCredentials
  sources:
  - openapi/provet-cloud-openapi.yml