Phraseanet · OAuth Scopes

Phraseanet OAuth Scopes

OAuth 2.0 derived

Phraseanet uses OAuth 2.0 but publishes no discrete scopes — access is governed by the grant itself (e.g. client-credentials or role-based authorization) rather than per-scope consent.

Tokens are issued from https://your-phraseanet-instance/api/oauthv2/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.

Digital Asset ManagementDAMMediaMetadataOpen SourceSearch
Scopes: 0 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://your-phraseanet-instance/api/oauthv2/authorize
Token URL
https://your-phraseanet-instance/api/oauthv2/token
Flows
authorizationCode

Scopes (0)

Phraseanet implements OAuth 2.0 but publishes no discrete scopes — access is governed by the grant itself (client-credentials or role-based authorization) rather than per-scope consent.

Phraseanet's OAuth2 does not use or document scopes - access is governed by the authenticated user's rights and collection access within the self-hosted Phraseanet instance, with application registration and user-revocable access instead of scope grants (https://docs.phraseanet.com/4.1/en/Devel/API/V1/Authentication.html).

Source

OAuth Scopes

phraseanet-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/phraseanet-openapi.yml
docs: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Authentication.html
note: Phraseanet's OAuth2 does not use or document scopes - access is governed by
  the authenticated user's rights and collection access within the self-hosted
  Phraseanet instance, with application registration and user-revocable access
  instead of scope grants
  (https://docs.phraseanet.com/4.1/en/Devel/API/V1/Authentication.html).
schemes:
- name: oauth2
  source: openapi/phraseanet-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://your-phraseanet-instance/api/oauthv2/authorize
    tokenUrl: https://your-phraseanet-instance/api/oauthv2/token
  description: OAuth2. Register an application in Phraseanet to obtain a client id and secret.
scopes: []