Skip to main content
WEBHOOK
intent.executed
{
  "type": "intent.executed",
  "intent_id": "cm5abc123def456ghi789jkl",
  "intent_type": "WALLET",
  "status": "executed",
  "created_by_id": "did:privy:cfbsvtqo2c22202mo08847jdux2z",
  "created_by_display_name": "[email protected]",
  "created_at": 1772193600000,
  "expires_at": 1772452800000,
  "action_result": {
    "status_code": 200,
    "executed_at": 1772210000000,
    "authorized_by_id": "kq_abc123def456",
    "authorized_by_display_name": "Admin Key Quorum",
    "response_body": {
      "id": "wallet_123",
      "chain_type": "ethereum"
    }
  }
}

Body

application/json

Payload for the intent.executed webhook event.

type
enum<string>
required

The type of webhook event.

Available options:
intent.executed
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,
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.

action_result
BaseActionResult · object
required

Result of the successful intent execution.

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.