Webhooks
Intent created
Fired when a new intent is created.
WEBHOOK
Documentation Index
Fetch the complete documentation index at: https://docs.privy.io/llms.txt
Use this file to discover all available pages before exploring further.
Body
application/json
Payload for the intent.created webhook event.
The type of webhook event.
Available options:
intent.created The unique ID of the intent.
Type of intent.
Available options:
KEY_QUORUM, POLICY, RULE, RPC, TRANSFER, WALLET The current status of the intent.
Unix timestamp when the intent was created.
Unix timestamp when the intent expires.
The ID of the user who created the intent.
Display name of the user who created the intent.
Key quorums that can authorize this intent.
Response
200
Return a 200 status to indicate that the webhook was received successfully.

