---
title: "Account connected event"
method: POST
path: "account.connected"
tags: ["Webhook Events"]
---

# Account connected event

`POST account.connected` (webhook)

Fired when a social account is successfully connected.

## Payload

- WebhookPayloadAccountConnected — Webhook payload for account connected events
  - `id` string, required — Stable webhook event ID
  - `event` 'account.connected', required
  - `account` object, required
    - `accountId` string, required — The account's unique identifier (same as used in /v1/accounts/{accountId})
    - `profileId` string, required — The profile's unique identifier this account belongs to
    - `platform` string, required
    - `username` string, required
    - `displayName` string
  - `timestamp` string, date-time, required

## Acknowledgement `200`

Webhook received successfully

---

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