Frame.io · OAuth Scopes

Frame.io OAuth Scopes

OAuth 2.0 searched

Frame.io publishes 6 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 Frame.io API on a user’s behalf.

Tokens are issued from https://ims-na1.adobelogin.com/ims/token/v3.

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.

CompanyMediaVideoCollaborationReview and ApprovalMedia ProductionAdobeContent
Scopes: 6 Flows: authorizationCode, clientCredentials Method: searched

OAuth endpoints

Authorization URL
https://ims-na1.adobelogin.com/ims/authorize/v2
Token URL
https://ims-na1.adobelogin.com/ims/token/v3
Flows
authorizationCodeclientCredentials

Scopes (6)

ScopeDescriptionFlows
AdobeID Adobe ID clientCredentials
additional_info.roles Adobe Commerce Admin authorizationCode
frame.s2s.all Frame.io Server to Server access clientCredentials
offline_access Maintain access to the data the user had consented to for refresh tokens authorizationCode
openid Sign in a user authorizationCode, clientCredentials
profile Read the user's basic information authorizationCode

Source

OAuth Scopes

Raw ↑
generated: '2026-07-19'
method: searched
source: openapi/frameio-v4-openapi.json
docs: https://next.developer.frame.io/platform/v4/docs/guides/authentication/overview
note: Frame.io delegates auth to Adobe IMS; scopes are coarse Adobe IMS scopes (not
  fine-grained Frame.io read/write scopes). Server-to-server default scope set is
  "openid AdobeID frame.s2s.all"; user flows use "openid email profile offline_access
  additional_info.roles".
schemes:
- name: OAuth2
  source: openapi/frameio-v4-openapi.json
  flows:
  - flow: authorizationCode
    authorizationUrl: https://ims-na1.adobelogin.com/ims/authorize/v2
    tokenUrl: https://ims-na1.adobelogin.com/ims/token/v3
  description: 'For more information, see: https://developer.adobe.com/frameio'
- name: bearer
  source: openapi/frameio-v4-openapi.json
  flows:
  - flow: authorizationCode
    authorizationUrl: https://ims-na1.adobelogin.com/ims/authorize/v2
    tokenUrl: https://ims-na1.adobelogin.com/ims/token/v3
  description: 'For more information, see: https://developer.adobe.com/frameio'
- name: s2s_auth
  source: openapi/frameio-v4-openapi.json
  flows:
  - flow: clientCredentials
    tokenUrl: https://ims-na1.adobelogin.com/ims/token/v3
  description: Server to server authentication flow
scopes:
- scope: AdobeID
  description: Adobe ID
  flows:
  - clientCredentials
  sources:
  - openapi/frameio-v4-openapi.json
- scope: additional_info.roles
  description: Adobe Commerce Admin
  flows:
  - authorizationCode
  sources:
  - openapi/frameio-v4-openapi.json
- scope: frame.s2s.all
  description: Frame.io Server to Server access
  flows:
  - clientCredentials
  sources:
  - openapi/frameio-v4-openapi.json
- scope: offline_access
  description: Maintain access to the data the user had consented to for refresh tokens
  flows:
  - authorizationCode
  sources:
  - openapi/frameio-v4-openapi.json
- scope: openid
  description: Sign in a user
  flows:
  - authorizationCode
  - clientCredentials
  sources:
  - openapi/frameio-v4-openapi.json
- scope: profile
  description: Read the user's basic information
  flows:
  - authorizationCode
  sources:
  - openapi/frameio-v4-openapi.json