Pexafy · OAuth Scopes

Pexafy OAuth Scopes

OAuth 2.0 probed

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

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

ImagePhotosStock PhotosImage SearchSemantic SearchComputer-VisionEmbeddingsMCPagent-nativeContent Licensing
Scopes: 2 Flows: authorizationCode Method: probed

OAuth endpoints

Authorization URL
https://pexafy.com/oauth/authorize/
Token URL
https://pexafy.com/oauth/token/
Flows
authorizationCode

Scopes (2)

ScopeDescriptionFlows
read Search, photo lookups and facets. The api-onboarding descriptor states dashboard keys carry read and write; read covers everything that does not mutate a collection. authorizationCode
write The caller's own collections — create, delete, add and remove photos. The versioned OpenAPI description says a read-scoped key gets a 403 on anything under /collections. authorizationCode

Source

OAuth Scopes

Raw ↑
generated: '2026-08-27'
method: probed
source: https://pexafy.com/.well-known/oauth-authorization-server
docs: https://pexafy.com/.well-known/api-onboarding
note: >-
  0-working/derive-oauth-scopes.py found nothing: neither published OpenAPI declares an
  oauth2 securityScheme, so the scope surface is invisible to a spec-only derivation. It is
  real all the same — RFC 8414 metadata on pexafy.com advertises the authorization server,
  RFC 9728 metadata on mcp.pexafy.com names the scope the MCP resource requires, and the
  provider's api-onboarding descriptor documents the role model behind the two scopes.
schemes:
- name: PexafyOAuth
  source: https://pexafy.com/.well-known/oauth-authorization-server
  issuer: https://pexafy.com/
  flows:
  - flow: authorizationCode
    authorizationUrl: https://pexafy.com/oauth/authorize/
    tokenUrl: https://pexafy.com/oauth/token/
    code_challenge_methods: [S256]
  dynamic_client_registration: https://pexafy.com/oauth/register
  token_endpoint_auth_methods: [none, client_secret_post]
  grant_types: [authorization_code, refresh_token]
scopes:
- scope: read
  description: >-
    Search, photo lookups and facets. The api-onboarding descriptor states dashboard keys
    carry read and write; read covers everything that does not mutate a collection.
  flows: [authorizationCode]
  sources:
  - https://pexafy.com/.well-known/oauth-authorization-server
  - https://pexafy.com/.well-known/api-onboarding
- scope: write
  description: >-
    The caller's own collections — create, delete, add and remove photos. The versioned
    OpenAPI description says a read-scoped key gets a 403 on anything under /collections.
  flows: [authorizationCode]
  sources:
  - https://pexafy.com/.well-known/oauth-authorization-server
  - openapi/pexafy-api-v1-openapi.json
resources:
- resource: https://mcp.pexafy.com/mcp
  authorization_servers: [https://pexafy.com/]
  scopes_supported: [read]
  bearer_methods_supported: [header]
  resource_name: Pexafy MCP
  source: https://mcp.pexafy.com/.well-known/oauth-protected-resource
  note: The MCP server requests read only — its three tools are all read-only, so it never asks for write.
internal_roles_not_granted:
  note: >-
    Verbatim from the api-onboarding descriptor: "Admin and crawler roles are internal and
    are never granted to user keys."
  roles: [admin, crawler]
gaps:
- Neither OpenAPI document declares the oauth2 scheme or attaches scopes to operations, so scope requirements cannot be read per-operation from the contract.
- There is no human-readable scopes/permissions reference page in the docs; the scope model is only discoverable from the two well-known documents.

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/pexafy-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 email required.

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