Complyadvantage Authentication
Two APIs, two unrelated authentication models. The Mesh platform uses an OAuth2 client-credentials exchange - an access key and secret minted in the UI are traded at POST /v3/token for a bearer token that lives 24 hours and cannot be refreshed. The legacy REST API uses a static account API key sent as `Authorization: Token
ComplyAdvantage secures its APIs with oauth2-client-credentials, http-bearer, and apiKey across 3 declared security schemes, as derived from its OpenAPI definitions.
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.