Skip to main content
WEBHOOK

Body

application/json

Payload for the intent.authorized webhook event.

type
enum<string>
required

The type of webhook event.

Available options:
intent.authorized
intent_id
string
required

The unique ID of the intent.

intent_type
enum<string>
required

Type of intent.

Available options:
KEY_QUORUM,
POLICY,
RULE,
RPC,
TRANSFER,
WALLET
status
string
required

The current status of the intent.

created_at
number
required

Unix timestamp when the intent was created.

expires_at
number
required

Unix timestamp when the intent expires.

authorized_at
number
required

Unix timestamp when the authorization was recorded.

member
IntentAuthorizationUserMember · object
required

The team member who provided this authorization signature.

created_by_id
string

The ID of the user who created the intent.

created_by_display_name
string

Display name of the user who created the intent.

Response

200

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