> ## 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.

# connection.created

> A user finished connecting to your platform: they verified the code on `/connect/verify`, or completed attested onboarding.

A user finished connecting to your platform: they verified the code on `/connect/verify`, or completed attested onboarding. Carries `onboarding_attempt_id` in the latter case, so you know to exchange the attempt for the connection.

```json theme={null}
{
  "id": "evt_9f8e7d6c5b4a",
  "type": "connection.created",
  "created": 1757264400,
  "livemode": false,
  "data": {
    "user_id": "user_7g8h9i",
    "channel": "phone",
    "external_user_id": "partner_u_123",
    "client_id": "client_a1b2c3"
  }
}
```
