ShootProof · OAuth Scopes

ShootProof OAuth Scopes

OAuth 2.0 derived

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

Tokens are issued from https://auth.shootproof.com/oauth2/authorization/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.

PhotographyClient GalleriesProofingDigital DownloadsPhoto Studio ManagementE-CommerceSaaS
Scopes: 5 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://auth.shootproof.com/oauth2/authorization/new
Token URL
https://auth.shootproof.com/oauth2/authorization/token
Flows
authorizationCode

Scopes (5)

ScopeDescriptionFlows
studio read and write access to your Studio Panel data authorizationCode
studio.brand.read-only read access to your Studio Panel Brand data authorizationCode
studio.info.read-only read access to your Studio Panel account data authorizationCode
studio.order.lab-shipment.read-write read and write access to your Studio Panel Order shipment data authorizationCode
studio.order.read-write read and write access to your Studio Panel Order data authorizationCode

Source

OAuth Scopes

shootproof-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/shootproof-openapi.yml
schemes:
- name: shootProofAuth
  source: openapi/shootproof-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://auth.shootproof.com/oauth2/authorization/new
    tokenUrl: https://auth.shootproof.com/oauth2/authorization/token
scopes:
- scope: studio
  description: read and write access to your Studio Panel data
  flows:
  - authorizationCode
  sources:
  - openapi/shootproof-openapi.yml
- scope: studio.brand.read-only
  description: read access to your Studio Panel Brand data
  flows:
  - authorizationCode
  sources:
  - openapi/shootproof-openapi.yml
- scope: studio.info.read-only
  description: read access to your Studio Panel account data
  flows:
  - authorizationCode
  sources:
  - openapi/shootproof-openapi.yml
- scope: studio.order.lab-shipment.read-write
  description: read and write access to your Studio Panel Order shipment data
  flows:
  - authorizationCode
  sources:
  - openapi/shootproof-openapi.yml
- scope: studio.order.read-write
  description: read and write access to your Studio Panel Order data
  flows:
  - authorizationCode
  sources:
  - openapi/shootproof-openapi.yml