> ## Documentation Index
> Fetch the complete documentation index at: https://docs.agentcard.sh/llms.txt
> Use this file to discover all available pages before exploring further.

# approval.requested

> An action on this user's card needs their approval, for example another connected app asking to close a card.

An action on this user's card needs their approval, for example another connected app asking to close a card. Show them `action` and wait; the request expires at `expires_at`.

```json theme={null}
{
  "id": "evt_9f8e7d6c5b4a",
  "type": "approval.requested",
  "created": 1757264400,
  "livemode": false,
  "data": {
    "approval_id": "appr_4d5e6f",
    "action": "cross_app:close",
    "card_id": "card_7h2k",
    "last4": "4242",
    "requested_by": {
      "client_id": "client_x9y8z7",
      "name": "Sample App"
    },
    "expires_at": "2026-09-07T17:15:00Z",
    "connection": {
      "client_id": "client_a1b2c3",
      "scope": "user_connection"
    }
  }
}
```
