Webhooks
Private key export
Fired when a user exports the private key of their embedded wallet.
WEBHOOK
Body
application/json
Payload for the wallet.private_key_export webhook event.
The type of webhook event.
Available options:
wallet.private_key_export The ID of the user who exported the key.
The ID of the wallet.
The address of the wallet.
The export type. 'display' is for showing the key to the user in the UI, 'client' is for exporting to the client application.
Available options:
display, client Response
200
Return a 200 status to indicate that the webhook was received successfully.

