Bynder · Authentication Profile

Bynder Authentication

Authentication

Bynder secures its APIs with oauth2 across 1 declared security scheme, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode and clientCredentials flow(s).

Digital Asset ManagementDAMBrand ManagementContent ManagementMarketing
Methods: oauth2 Schemes: 1 OAuth flows: authorizationCode, clientCredentials API key in:

Security Schemes

oauth2 oauth2
· flows: authorizationCode, clientCredentials

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/bynder-openapi.yml
summary:
  types:
  - oauth2
  oauth2_flows:
  - authorizationCode
  - clientCredentials
schemes:
- name: oauth2
  type: oauth2
  flows:
  - flow: authorizationCode
    authorizationUrl: https://yourportal.bynder.com/v6/authentication/oauth2/auth
    tokenUrl: https://yourportal.bynder.com/v6/authentication/oauth2/token/authorization
    scopes: 7
  - flow: clientCredentials
    tokenUrl: https://yourportal.bynder.com/v6/authentication/oauth2/token/client-credentials
    scopes: 2
  description: OAuth 2.0 with JWT bearer access tokens
  sources:
  - openapi/bynder-openapi.yml