Access to the OpenAPI specification is restricted to clients with an active FraudMesh API key. Issue keys via your admin contact.
🛡 FraudMesh · API
Public API for B2B integrations · Authenticated
Authentication. All /api/v1/b2b/* endpoints require an API key in the X-API-Key header.
Example: curl -H "X-API-Key: <your-key>" https://fraudmesh.io/api/v1/b2b/check ....
Rate limit: default 60 req/min per key. Endpoints under /api/v1/me/* and /api/v1/admin/* require a signed
X-Telegram-Init-Data header (Telegram Mini App only) and are not callable with an API key.