Dripshop · Authentication Profile

Dripshop Authentication

Authentication

Dripshop secures its APIs with http and oauth2 across 1 declared security scheme, as derived from its OpenAPI definitions.

CompanyLive ShoppingCollectiblesTrading CardsMarketplaceE-CommerceAuctionsLive StreamingPaymentsGraphQL
Methods: http, oauth2 Schemes: 1 OAuth flows: API key in:

Security Schemes

bearerAuth http
scheme: bearer

Source

Authentication Profile

dripshop-authentication.yml Raw ↑
generated: '2026-07-18'
method: derived
source: >-
  graphql/dripshop-schema.graphql + live behavior probe of
  https://api.dripshop.live/graphql
notes: >-
  Derived from the GraphQL schema and observed endpoint behavior; Drip Shop publishes no
  developer auth documentation. The GraphQL introspection does not declare formal
  securitySchemes (GraphQL has no equivalent), so the model below is inferred from the
  operation surface and from probing: an unauthenticated `query { health }` succeeds while
  `query { me { id } }` returns an errors[] payload, indicating per-operation
  authentication with a bearer token on the Authorization header.
summary:
  types:
  - http
  - oauth2
  http_scheme: bearer
  bearer_format: JWT
  transport: Authorization header (Bearer token)
  public_operations:
  - health
schemes:
- name: bearerAuth
  type: http
  scheme: bearer
  bearer_format: JWT
  description: >-
    App-issued bearer token required by nearly all queries and mutations. Presented on the
    Authorization header. Minted by the login mutations below.
  sources:
  - graphql/dripshop-schema.graphql
login_flows:
- name: Wallet / crypto sign-in
  operations:
  - connectOrLoginWithWallet
  - requiresUserWalletApproval
  - getUserWalletDelegatePermission
  description: Web3 wallet-based authentication (Solana / Base / EVM), the crypto-native path.
- name: Farcaster
  operations:
  - createFarcasterUser
  - farcasterUser
  description: Farcaster identity used by the Drip Farcaster mini-app.
- name: Facebook OAuth
  operations:
  - facebookOAuthUrl
  - facebookOAuthSdkLogin
  - facebookOAuthDesiredScopes
  description: Facebook login and Graph API linking for simulcast to Facebook Live / Groups.
- name: Twitch OAuth
  operations:
  - createTwitchUser
  - twitchUser
  description: Twitch account linking for simulcasting.
- name: YouTube OAuth
  operations:
  - createYoutubeUser
  - refreshYoutubeUser
  - youtubeUser
  description: YouTube account linking for simulcasting.

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/dripshop-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 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.