Webhooks
Intent authorized
Fired when a user authorizes (signs) an intent.
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.authorized webhook event.
The type of webhook event.
Available options:
intent.authorized 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.
Unix timestamp when the authorization was recorded.
The team member who provided this authorization signature.
- User member
- Key member
The ID of the user who created the intent.
Display name of the user who created the intent.
Response
200
Return a 200 status to indicate that the webhook was received successfully.

