API Access

Integrate ELYZO into your systems

A secure, well-documented API for institutions that want to connect their own systems to ELYZO's transaction infrastructure.

Capabilities

What the API lets you do

Authenticated access

Scoped API keys and OAuth for secure, least-privilege integration.

Transaction objects

Create and manage transactions, parties, documents and milestones.

Workflow webhooks

Subscribe to verification, escrow and closing events in real time.

Audit endpoints

Retrieve the immutable audit trail for any transaction.

example request
curl https://api.elyzoai.com/v1/transactions \
  -H "Authorization: Bearer $ELYZO_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "type": "real_estate",
    "jurisdiction": "GR",
    "parties": ["seller", "buyer", "escrow"]
  }'

Illustrative only. Endpoints and schemas are shared with approved partners.

Request API access

API access is granted to approved institutional partners. Tell us about your integration.