Webhooks

Subscribe to Webhooks

Allows a partner to receive webhook notifications for the authenticated user.

post/api/v1/webhooks/subscribe/{partnerId}

Path parameters

partnerIdstring required

Partner ID to subscribe to

Request body

messagestring required

SIWE message obtained from /api/v1/webhooks/message/{partnerId}

signaturestring required

Signature of the message by the user's wallet

Response

Successfully subscribed to partner webhooks

successboolean

Whether the subscription was successful

subscriptionIdstring

Unique ID of the created subscription

Changes

No recorded changes to this endpoint across all 1 revision of this API.