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

# Intent authorized

`POST intent.authorized` (webhook)

Fired when a user authorizes (signs) an intent.

## Payload

- IntentAuthorizedWebhookPayload — Payload for the intent.authorized webhook event.
  - `authorized_at` number, required — Unix timestamp when the authorization was recorded.
  - `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.
  - `member` union, required
    - object — The team member who provided this authorization signature.
      - `signed_at` number, nullable, required — Unix timestamp when this member signed, or null if not yet signed.
      - `type` 'user', required
      - `user_id` string, required — User ID of the key quorum member
    - object — The team member who provided this authorization signature.
      - `public_key` string, required — Public key of the key quorum member
      - `signed_at` number, nullable, required — Unix timestamp when this member signed, or null if not yet signed.
      - `type` 'key', required
  - `status` string, required — The current status of the intent.
  - `type` 'intent.authorized', 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)
