depop · Authentication Profile

Depop Authentication

Authentication

depop secures its APIs with http and oauth2 across 2 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode flow(s).

CompanyFashionMarketplaceE-CommerceResaleRetailInventory ManagementOrderSustainability
Methods: http, oauth2 Schemes: 2 OAuth flows: authorizationCode API key in: header

Security Schemes

BearerAuth http
scheme: bearer
OAuth2 oauth2
· flows: authorizationCode

Source

Authentication Profile

Raw ↑
generated: '2026-07-18'
method: searched
source: openapi/depop-selling-openapi-original.yml
docs: https://partnerapi.depop.com/api-docs/concepts/authentication/
summary:
  types:
  - http
  - oauth2
  api_key_in:
  - header
  oauth2_flows:
  - authorizationCode
  notes: >-
    The OpenAPI declares a single http bearer scheme (BearerAuth). The docs
    document two mechanisms: static per-shop API keys (bearer tokens prefixed
    pak_) and OAuth 2.0 Authorization Code flow with PKCE (S256) for acting on
    behalf of a Depop seller. API-key tokens carry all scopes; OAuth tokens are
    limited to the scopes granted at authorization. Access is not self-service:
    partners must be onboarded by Depop (developers@depop.com).
schemes:
- name: BearerAuth
  type: http
  scheme: bearer
  bearerFormat: API key
  description: >-
    Authorization: Bearer <token>. Token is either a static per-shop API key
    (prefix pak_) or a short-lived OAuth 2.0 access token.
  sources:
  - openapi/depop-selling-openapi-original.yml
- name: OAuth2
  type: oauth2
  description: >-
    OAuth 2.0 Authorization Code flow with mandatory PKCE (S256), per RFC 6749
    and RFC 7636. Sellers grant granular scopes; access + refresh tokens are
    issued at the token endpoint.
  flows:
  - flow: authorizationCode
    tokenUrl: https://partnerapi.depop.com/api/v1/oauth2/access-token/
    pkce: S256
    scopes:
    - products_read
    - products_write
    - orders_read
    - orders_write
    - offers_read
    - offers_write
    - shop_read
  source: https://partnerapi.depop.com/api-docs/concepts/authentication/

Work with this as data

Every security artifact 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 security posture

4 MCP tools reach this
  • find_securityBrowse and filter every security artifact 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 security artifact
curl "https://apis.io/api/v1/security/depop-authentication"
All security posture
curl "https://apis.io/api/v1/security?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.