Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 972 Bytes

File metadata and controls

28 lines (16 loc) · 972 Bytes

WebhookPayloadAccountDisconnectedAccount

Properties

Name Type Description Notes
accountId String The account's unique identifier (same as used in /v1/accounts/{accountId}) [optional]
profileId String The profile's unique identifier this account belongs to [optional]
platform String [optional]
username String [optional]
displayName String [optional]
disconnectionType DisconnectionTypeEnum Whether the disconnection was intentional (user action) or unintentional (token expired/revoked) [optional]
reason String Human-readable reason for the disconnection [optional]

Enum: DisconnectionTypeEnum

Name Value
INTENTIONAL "intentional"
UNINTENTIONAL "unintentional"