Intent rejected

Fired when an intent is rejected.

postWebhookintent.rejected

Payload

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.

rejected_atnumber required

Unix timestamp when the intent was rejected.

statusstring required

The current status of the intent.

type'intent.rejected' required

The type of webhook event.

Response

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

Changes

Webhooks have no change history: a webhook is keyed by its event name rather than a path and method, so no recorded change can name it.