Adeva Pro Public API
Raise debts, read your owned data, update branding, and receive lifecycle events as webhooks — built for both humans and autonomous agents.
Built for humans and agents.
Autonomous agents should start at
/llms.txt — a single-page index of hosts, scopes, endpoints, error codes, the webhook envelope, and our idempotency contract.
Machine-readable spec lives at /openapi/v1.json.
Mint a key, make a call
From your client console, Developer → API keys → Create. Live keys start with ak_live_.
curl -H "Authorization: Bearer ak_live_…" \
https://api.adevapro.com.au/v1/debts?limit=3
Receive events
Configure a webhook URL on your side; we deliver Stripe-compatible signed JSON. Failed deliveries retry on 1m → 24h.
Adeva-Signature: t=1717000000,v1=<hex hmac-sha256>
Adeva-Event-Type: debt.created
Adeva-Delivery-Id: <guid>
Hosts
| Environment | Host | Key prefix | Where to mint |
|---|---|---|---|
| Production | api.adevapro.com.au | ak_live_ | Client console → Developer → API keys |
| Sandbox | sandbox.adevapro.com.au | ak_test_ | Self-serve from the dashboard |