Skip to main content
WEBHOOK

Authorizations

Authorization
string
header
required

Session JWT (from register/login) or API key (pk_...). X-API-Key: <token> is accepted as an alternative header.

Body

application/json
proof_id
string
account_id
string
wallet_id
string
chain
enum<string>
Available options:
eth,
tron
address
string
purpose
string
proof_code
string

Public capability code of the proof (starts with G).

verify_url
string

Public verification URL (no auth required).

Response

200

Return any 2xx to acknowledge the delivery.

Last modified on August 22, 2026