---
title: "Connected Account Created"
method: POST
path: "connected_account.created"
---

# Connected Account Created

`POST connected_account.created` (webhook)

Triggered when a new connected account is created

## Payload

- ConnectedAccountCreatedEvent — Payload delivered for the connected_account.created webhook event.
  - `spec_version` string, required — The webhook specification version
  - `id` string, required — Unique identifier for the webhook event (must be prefixed with "evt_")
  - `type` 'connected_account.created', required — The event type
  - `occurred_at` string, date-time, required — When the event occurred (ISO 8601 format)
  - `environment_id` string, required — The environment ID where the event occurred
  - `organization_id` string — The organization ID (if applicable)
  - `object` 'ConnectedAccount', required — The type of object that triggered the webhook
  - `data` ConnectedAccountEventData, required — Connected account payload for connected_account.* lifecycle webhook events (except status_updated, which uses ConnectedAccountStatusUpdatedEventData).
    - `id` string, required — Connected account identifier
    - `identifier` string, required — End-user identifier for the connected account
    - `connection_id` string, required — Connection identifier
    - `connection_name` string — Connection key_id when available
    - `provider` string, required — Provider of the connected account
    - `authorization_type` 'OAUTH' | 'API_KEY' | 'BASIC_AUTH' | 'BEARER_TOKEN' | 'CUSTOM' | 'BASIC' | 'OAUTH_M2M' | 'TRELLO_OAUTH1' | 'GOOGLE_DWD' | 'TRUSTED_IDP' | 'SMART_FHIR' | 'NO_AUTH' — Authorization type of the connected account
    - `status` 'ACTIVE' | 'EXPIRED' | 'PENDING_AUTH' | 'PENDING_VERIFICATION' | 'DISCONNECTED', required — Current connected account status
    - `token_expires_at` string, date-time — When the access token expires, if known
    - `last_used_at` string, date-time — When the connected account was last used
  - `display_name` string — Human-readable display name for the event

## Acknowledgement `200`

Webhook received successfully

---

[API](https://skmtc.net/scalekit/apis/scalekit-api-reference.md) · [All operations](https://skmtc.net/scalekit/apis/scalekit-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/scalekit/scalekit-api-reference/versions/a40d5d4650e5/schema)
