Skip to main content
WEBHOOK
wallet.private_key_export
{
  "type": "wallet.private_key_export",
  "user_id": "did:privy:cfbsvtqo2c22202mo08847jdux2z",
  "wallet_id": "fmfdj6yqly31huorjqzq38zc",
  "wallet_address": "0x71C7656EC7ab88b098defB751B7401B5f6d8976F"
}

Body

application/json

Payload for the wallet.private_key_export webhook event.

type
enum<string>
required

The type of webhook event.

Available options:
wallet.private_key_export
user_id
string
required

The ID of the user who exported the key.

wallet_id
string
required

The ID of the wallet.

wallet_address
string
required

The address of the wallet.

export_source
enum<string>
Available options:
display,
client

Response

200

Return a 200 status to indicate that the webhook was received successfully.