v1

latestOpenAPI 3.0.02026-07-267331140.7 KB
Webhooks

Retrieve Message to Sign for Webhook Subscription

Generates a message for the user to sign. This message must be sent on POST /api/v1/webhooks/subscribe/{partnerId} to subscribe to webhook notifications.

get/api/v1/webhooks/message/{partnerId}

Path parameters

partnerIdstring required

Partner ID to subscribe to

Query parameters

walletAddressstring

Optional Ethereum wallet address to use for signing. Must be one of the user's verified EOA addresses. If not provided, defaults to the user's primary verified wallet.

Response

Message generated successfully

messagestring

SIWE message to be signed by the user

noncestring

Unique nonce for this subscription request