Phraseanet · Authentication Profile

Phraseanet Authentication

Authentication

Phraseanet secures its APIs with apiKey and oauth2 across 2 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode flow(s).

Digital Asset ManagementDAMMediaMetadataOpen SourceSearch
Methods: apiKey, oauth2 Schemes: 2 OAuth flows: authorizationCode API key in: query

Security Schemes

oauth2 oauth2
· flows: authorizationCode
oauthTokenParam apiKey
· in: query (oauth_token)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/phraseanet-openapi.yml
summary:
  types:
  - apiKey
  - oauth2
  api_key_in:
  - query
  oauth2_flows:
  - authorizationCode
schemes:
- name: oauth2
  type: oauth2
  flows:
  - flow: authorizationCode
    authorizationUrl: https://your-phraseanet-instance/api/oauthv2/authorize
    tokenUrl: https://your-phraseanet-instance/api/oauthv2/token
    scopes: 0
  description: OAuth2. Register an application in Phraseanet to obtain a client id and secret.
  sources:
  - openapi/phraseanet-openapi.yml
- name: oauthTokenParam
  type: apiKey
  in: query
  parameter: oauth_token
  description: OAuth2 access token passed as the oauth_token query parameter.
  sources:
  - openapi/phraseanet-openapi.yml