Feedvisor · Authentication Profile

Feedvisor Authentication

Authentication

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

CompanyAmazonE-CommerceRetailAdvertisingPricingRepricingMarketplaceMachine-LearningOptimization
Methods: oauth2, http Schemes: 2 OAuth flows: clientCredentials API key in:

Security Schemes

OAuth2ClientCredentials oauth2
BearerToken http
scheme: bearer

Source

Authentication Profile

feedvisor-authentication.yml Raw ↑
generated: '2026-07-19'
method: searched
source: https://github.com/feedvisor/api-sample
docs: https://feedvisor.com
notes: >-
  Grounded in Feedvisor's first-party External API sample code (feedvisor/api-sample,
  ExternalApiHelper.java / AuthenticationExample.java). The full API reference lives in
  Feedvisor's gated Knowledge Base; only the auth mechanics observable in the public
  sample are captured here (no scheme is fabricated).
summary:
  types:
  - oauth2
  - http
  oauth2_flows:
  - clientCredentials
  api_key_in: []
schemes:
- name: OAuth2ClientCredentials
  type: oauth2
  flow: clientCredentials
  token_url: https://api.feedvisor.com/external/oauth/token/
  token_request:
    method: POST
    content_type: application/x-www-form-urlencoded
    body:
      grant_type: client_credentials
    client_auth: HTTP Basic (base64 of "client_id:client_secret" in Authorization header)
  returns: JSON access_token
  sources:
  - https://github.com/feedvisor/api-sample
- name: BearerToken
  type: http
  scheme: bearer
  usage: >-
    The access_token from the client-credentials exchange is sent as
    "Authorization: Bearer <access_token>" on all subsequent External API calls.
  sources:
  - https://github.com/feedvisor/api-sample

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