Account
idintegerrequired
uuidstring<uuid>required
namestringrequired
Example:
My Instagramusernamestringrequired
Example:
myhandleimagestring<uri>nullable
providerstringrequired
Possible values: [instagram, tiktok, pinterest, twitter, linkedin, facebook_page, youtube, mastodon]
dataobjectrequired
Provider-specific metadata.
authorizedbooleanrequired
created_atstring<date-time>required
Account
{
"id": 0,
"uuid": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "My Instagram",
"username": "myhandle",
"image": "string",
"provider": "instagram",
"data": {},
"authorized": true,
"created_at": "2024-07-29T15:51:28.071Z"
}