PracticePanther · OAuth Scopes

PracticePanther OAuth Scopes

OAuth 2.0 derived

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

Tokens are issued from /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.

LegalLaw Practice ManagementCase ManagementBillingTrust AccountingTime TrackingLegal Tech
Scopes: 1 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
/OAuth/Authorize
Token URL
/OAuth/Token
Flows
authorizationCode

Scopes (1)

ScopeDescriptionFlows
full Read/Write access to all resources authorizationCode

Source

OAuth Scopes

practicepanther-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/practicepanther-practicepanther-api-openapi.yml
schemes:
- name: oauth2
  source: openapi/practicepanther-practicepanther-api-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: /OAuth/Authorize
    tokenUrl: /OAuth/Token
  description: OAuth 2.0 - Authorization Code Grant
scopes:
- scope: full
  description: Read/Write access to all resources
  flows:
  - authorizationCode
  sources:
  - openapi/practicepanther-practicepanther-api-openapi.yml