v46

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-211591,0051.4 MB

Intent authorized

Fired when a user authorizes (signs) an intent.

postWebhookintent.authorized

Payload

authorized_atnumber required

Unix timestamp when the authorization was recorded.

created_atnumber required

Unix timestamp when the intent was created.

created_by_display_namestring

Display name of the user who created the intent.

created_by_idstring

The ID of the user who created the intent.

expires_atnumber required

Unix timestamp when the intent expires.

intent_idstring required

The unique ID of the intent.

intent_type'KEY_QUORUM' | 'POLICY' | 'RULE' | 'RPC' | 'TRANSFER' | 'WALLET' required

Type of intent.

statusstring required

The current status of the intent.

type'intent.authorized' required

The type of webhook event.

Response

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