Artsy · OAuth Scopes

Artsy OAuth Scopes

OAuth 2.0 searched

Artsy publishes 1 OAuth 2.0 scope via the authorizationCode, password, and token-exchange flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the Artsy API on a user’s behalf.

Tokens are issued from https://api.artsy.net/oauth2/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.

ArtMarketplaceArtistsCollectorsGalleriesAuctionsMuseumsArt MarketCultureImages
Scopes: 1 Flows: authorizationCode, password, token-exchange Method: searched

OAuth endpoints

Authorization URL
https://api.artsy.net/oauth2/authorize
Token URL
https://api.artsy.net/oauth2/access_token
Flows
authorizationCodepasswordtoken-exchange

Scopes (1)

ScopeDescriptionFlows
offline_access Requests a long-lived token that expires in 25 years instead of the standard 60 days. Passed as the optional "scope" parameter on any of the three /oauth2/access_token grants and echoed back on the token response. authorizationCode, password, token-exchange

Source

OAuth Scopes

Raw ↑
generated: '2026-09-07'
method: searched
source: https://developers.artsy.net/v2/docs/authentication
docs: https://developers.artsy.net/v2/docs/authentication
note: >-
  derive-oauth-scopes.py found no oauth2 securityScheme because the harvested Swagger 2.0 declares no
  security at all. Artsy nevertheless runs a real OAuth 2 authorization server (/oauth2/authorize,
  /oauth2/access_token) and its documentation names exactly ONE scope value. There is no scopes or
  permissions reference page — the scope surface is genuinely this small, not merely undiscovered.
schemes:
  - name: OAuth2
    source: https://developers.artsy.net/v2/docs/authentication
    flows:
      - flow: authorizationCode
        authorizationUrl: https://api.artsy.net/oauth2/authorize
        tokenUrl: https://api.artsy.net/oauth2/access_token
      - flow: password
        tokenUrl: https://api.artsy.net/oauth2/access_token
      - flow: token-exchange
        tokenUrl: https://api.artsy.net/oauth2/access_token
scopes:
  - scope: offline_access
    description: >-
      Requests a long-lived token that expires in 25 years instead of the standard 60 days. Passed as
      the optional "scope" parameter on any of the three /oauth2/access_token grants and echoed back
      on the token response.
    flows: [authorizationCode, password, token-exchange]
    sources: [https://developers.artsy.net/v2/docs/authentication]
scope_count: 1
missing:
  - >-
    No per-resource scopes are published. Access to write operations (applications, devices, tokens)
    and to user-bound collections is governed by which token you hold, not by a scope grant.

Work with this as data

Every scope set here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for oauth scopes

4 MCP tools reach this
  • find_scopesBrowse and filter every scope set in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This scope set
curl "https://apis.io/api/v1/scopes/artsy-scopes"
All oauth scopes
curl "https://apis.io/api/v1/scopes?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.