---
title: "Intent rejected"
method: POST
path: "intent.rejected"
---

# Intent rejected

`POST intent.rejected` (webhook)

Fired when an intent is rejected.

## Payload

- IntentRejectedWebhookPayload — Payload for the intent.rejected webhook event.
  - `created_at` number, required — Unix timestamp when the intent was created.
  - `created_by_display_name` string — Display name of the user who created the intent.
  - `created_by_id` string — The ID of the user who created the intent.
  - `expires_at` number, required — Unix timestamp when the intent expires.
  - `intent_id` string, required — The unique ID of the intent.
  - `intent_type` 'KEY_QUORUM' | 'POLICY' | 'RULE' | 'RPC' | 'TRANSFER' | 'WALLET', required — Type of intent.
  - `rejected_at` number, required — Unix timestamp when the intent was rejected.
  - `status` string, required — The current status of the intent.
  - `type` 'intent.rejected', required — The type of webhook event.

## Acknowledgement `200`

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

---

[API](https://skmtc.net/privy-io/apis/privy-api.md) · [All operations](https://skmtc.net/privy-io/apis/privy-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/privy-io/privy-api/revisions/bb2eb34156cc/schema)
