Ocean Io Authentication
Ocean.io authenticates every REST call with a single account API token, generated in the app under Account Settings → API tokens. The token may be sent either as the X-Api-Token request header or as an apiToken query parameter — but not both, which is an error. There are no scopes and no per-token permissions surface documented. The published OpenAPI does not declare components.securitySchemes; instead every one of the 26 operations carries the token as two optional parameters (apiToken in query, x-api-token in header), so a generated client will not enforce auth. A separate RFC 8414 OAuth 2.0 Authorization Server Metadata document is served at https://api.ocean.io/.well-known/oauth-authorization-server advertising a client_credentials token endpoint; it is not referenced anywhere in the public documentation.
Ocean.io secures its APIs with apiKey and oauth2 across 3 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the clientCredentials flow(s).
Security Schemes
Source
Authentication Profile
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.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/security/ocean-io-authentication"
curl "https://apis.io/api/v1/security?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.