Account
idinteger
uuidstring<uuid>
namestring
Example:
My Instagramusernamestring
Example:
myhandleimagestring<uri>nullable
providerstring
Possible values: [instagram, tiktok, pinterest, twitter, linkedin, facebook_page, youtube, mastodon]
dataobject
Provider-specific metadata.
authorizedboolean
created_atstring<date-time>
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"
}