Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 891 Bytes

File metadata and controls

17 lines (12 loc) · 891 Bytes

WebhookPayloadAccountDisconnectedAccount

Properties

Name Type Description Notes
account_id String The account's unique identifier (same as used in /v1/accounts/{accountId})
profile_id String The profile's unique identifier this account belongs to
platform String
username String
display_name Option<String> [optional]
disconnection_type DisconnectionType Whether the disconnection was intentional (user action) or unintentional (token expired/revoked) (enum: intentional, unintentional)
reason String Human-readable reason for the disconnection

[Back to Model list] [Back to API list] [Back to README]