Shutterstock · OAuth Scopes

Shutterstock OAuth Scopes

OAuth 2.0 derived

Shutterstock publishes 6 OAuth 2.0 scopes via the authorizationCode flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the Shutterstock API on a user’s behalf.

Tokens are issued from https://api.shutterstock.com/v2/oauth/access_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.

ImagesMediaPhotosStock ImagesVideosAudioLicensingCreative Content
Scopes: 6 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://accounts.shutterstock.com/oauth/authorize
Token URL
https://api.shutterstock.com/v2/oauth/access_token
Flows
authorizationCode

Scopes (6)

ScopeDescriptionFlows
collections.edit Grant the ability to create new collections, edit a collection, and modify the contents of a collection authorizationCode
collections.view Grant read-only access to a collection and its contents. authorizationCode
licenses.create Grant the ability to download and license media on behalf of the user. authorizationCode
licenses.view Grant read-only access to a user's licenses. authorizationCode
purchases.view Grant read-only access to a user's purchase history. authorizationCode
user.view

Source

OAuth Scopes

shutterstock-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/shutterstock-openapi.yml
schemes:
- name: customer_accessCode
  source: openapi/shutterstock-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://accounts.shutterstock.com/oauth/authorize
    tokenUrl: https://api.shutterstock.com/v2/oauth/access_token
scopes:
- scope: collections.edit
  description: Grant the ability to create new collections, edit a collection, and modify the
    contents of a collection
  flows:
  - authorizationCode
  sources:
  - openapi/shutterstock-openapi.yml
- scope: collections.view
  description: Grant read-only access to a collection and its contents.
  flows:
  - authorizationCode
  sources:
  - openapi/shutterstock-openapi.yml
- scope: licenses.create
  description: Grant the ability to download and license media on behalf of the user.
  flows:
  - authorizationCode
  sources:
  - openapi/shutterstock-openapi.yml
- scope: licenses.view
  description: Grant read-only access to a user's licenses.
  flows:
  - authorizationCode
  sources:
  - openapi/shutterstock-openapi.yml
- scope: purchases.view
  description: Grant read-only access to a user's purchase history.
  flows:
  - authorizationCode
  sources:
  - openapi/shutterstock-openapi.yml
- scope: user.view
  sources:
  - openapi/shutterstock-openapi.yml