Adesio APIdentity API

One API. Your entire
supply chain.

No more dozens of Webhooks, rotating secrets, and heterogeneous APIs. A single APIdentity integration handles authentication and compliance for 100% of your partners.

bash — adesio-resolver
$ curl -X POST "https://api.adesio.com/v1/identity/swipe" \\
-H "Authorization: Bearer my_orchestrator_secret" \\
-d '{"partner_master_key": "adk_live_abcd1234"}'
# Response: Certified and timestamped JSON (The 3-Step Dance operated)
{
  "status": "intersection_success",
  "partner_identity": {
    "master_key": "adk_live_abcd1234",
    "entity_name": "Texas Instruments France",
    "dpp_esg_rating": "PLATINUM_VALIDATED",
    "active_claims": {
      "legal_status": true,
      "iban_match": 1.0
    },
    "verified_bank_accounts": [
      {
        "iban": "FR76 **** **** **** 1234",
        "bank_name": "BNP Paribas",
        "match_score": 1.0
      }
    ]
  }
}

Real-time Webhooks

Receive secure JSON payloads as soon as an entity is revoked or a legal status changes. 100% guaranteed with HMAC signatures.

Strictly Typed SDKs

Official libraries for Node.js, Python, Java, and Go. 3-line integration with perfect auto-completion.

mTLS Authentication

For banking ERPs (PSD2 compliant). Mutual certificates ensuring end-to-end cryptographic security impossible to bypass.