Account
idstring<uuid>
namestring
Your display name for the connection.
platformPlatformType
Exact casing matters. These values are compared literally, so
youtube will not match.
Possible values: [YouTube, TikTok, Instagram]
platform_acronymstring
Short form, e.g. YT.
Example:
YTdisplay_namestring
Channel or profile name captured during OAuth. Part of a group of profile fields that are omitted entirely when empty rather than returned as null, so treat all four as optional.
avatar_urlstring
Profile image. Omitted when not captured.
profile_urlstring
Public profile page. Omitted when not captured.
handlestring
Platform handle. Omitted when not captured.
Account
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"platform": "YouTube",
"platform_acronym": "YT",
"display_name": "string",
"avatar_url": "string",
"profile_url": "string",
"handle": "string"
}