Bynder · OAuth Scopes

Bynder OAuth Scopes

OAuth 2.0 derived

Bynder publishes 7 OAuth 2.0 scopes via the authorizationCode and clientCredentials flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the Bynder API on a user’s behalf.

Tokens are issued from https://yourportal.bynder.com/v6/authentication/oauth2/token/authorization.

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 ManagementDAMBrand ManagementContent ManagementMarketing
Scopes: 7 Flows: authorizationCode, clientCredentials Method: derived

OAuth endpoints

Authorization URL
https://yourportal.bynder.com/v6/authentication/oauth2/auth
Token URL
https://yourportal.bynder.com/v6/authentication/oauth2/token/authorization https://yourportal.bynder.com/v6/authentication/oauth2/token/client-credentials
Flows
authorizationCodeclientCredentials

Scopes (7)

ScopeDescriptionFlows
asset:read Read assets authorizationCode, clientCredentials
asset:write Write assets authorizationCode, clientCredentials
collection:read Read collections authorizationCode
collection:write Write collections authorizationCode
meta.assetbank:read Read asset bank metaproperties authorizationCode
meta.assetbank:write Write asset bank metaproperties authorizationCode
offline Refresh token access authorizationCode

Source

OAuth Scopes

bynder-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/bynder-openapi.yml
schemes:
- name: oauth2
  source: openapi/bynder-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://yourportal.bynder.com/v6/authentication/oauth2/auth
    tokenUrl: https://yourportal.bynder.com/v6/authentication/oauth2/token/authorization
  - flow: clientCredentials
    tokenUrl: https://yourportal.bynder.com/v6/authentication/oauth2/token/client-credentials
  description: OAuth 2.0 with JWT bearer access tokens
scopes:
- scope: asset:read
  description: Read assets
  flows:
  - authorizationCode
  - clientCredentials
  sources:
  - openapi/bynder-openapi.yml
- scope: asset:write
  description: Write assets
  flows:
  - authorizationCode
  - clientCredentials
  sources:
  - openapi/bynder-openapi.yml
- scope: collection:read
  description: Read collections
  flows:
  - authorizationCode
  sources:
  - openapi/bynder-openapi.yml
- scope: collection:write
  description: Write collections
  flows:
  - authorizationCode
  sources:
  - openapi/bynder-openapi.yml
- scope: meta.assetbank:read
  description: Read asset bank metaproperties
  flows:
  - authorizationCode
  sources:
  - openapi/bynder-openapi.yml
- scope: meta.assetbank:write
  description: Write asset bank metaproperties
  flows:
  - authorizationCode
  sources:
  - openapi/bynder-openapi.yml
- scope: offline
  description: Refresh token access
  flows:
  - authorizationCode
  sources:
  - openapi/bynder-openapi.yml