Appearance
social
A social media profile linked to a model. The model.social object is keyed by service name (e.g. model.social.instagram, model.social.tiktok).
Example
json
{
"id": 1,
"model_id": 1,
"model_social_type_id": 1,
"auth": null,
"access_token": null,
"access_token_expires": null,
"refresh_token": null,
"profile_id": null,
"profile_name": "syngency",
"profile_image": null,
"followers": 2105,
"posts": null,
"is_valid": null,
"is_connected": null,
"created_at": "2025-01-31 12:00:00",
"updated_at": "2025-01-31 12:00:00",
"service": "instagram",
"profile_url": "https://www.instagram.com/syngency",
"followers_rounded": "2.1 K",
"profile_url_template": "https://www.instagram.com/%s",
"url": "https://www.instagram.com/syngency"
}Properties
id
integermodel_id
integermodel_social_type_id
integerauth
stringaccess_token
stringaccess_token_expires
datetimerefresh_token
stringprofile_id
stringprofile_name
stringprofile_image
stringFormat: absolute-url
followers
integerposts
integeris_valid
booleanis_connected
booleancreated_at
datetimeupdated_at
datetimeservice
stringprofile_url
stringFormat: absolute-url
followers_rounded
stringAbbreviated follower count, e.g. 2.1 K or 1 M. Null if no followers.
profile_url_template
stringURL template with %s placeholder for the profile name.
url
stringFormat: absolute-url