Sketchfab · OAuth Scopes

Sketchfab OAuth Scopes

OAuth 2.0 derived

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

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

3DModelsMarketplaceViewerWebGLglTFARVRCreativeEpic Games
Scopes: 1 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://sketchfab.com/oauth2/authorize/
Token URL
https://sketchfab.com/oauth2/token/
Flows
authorizationCode

Scopes (1)

ScopeDescriptionFlows
read Read access including model downloads. authorizationCode

Source

OAuth Scopes

sketchfab-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/sketchfab-download-api-openapi.yml
schemes:
- name: OAuth2
  source: openapi/sketchfab-download-api-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://sketchfab.com/oauth2/authorize/
    tokenUrl: https://sketchfab.com/oauth2/token/
scopes:
- scope: read
  description: Read access including model downloads.
  flows:
  - authorizationCode
  sources:
  - openapi/sketchfab-download-api-openapi.yml