curl --request GET \
--url https://api.social-api.ai/v1/accounts \
--header 'Authorization: <api-key>'{
"count": 2,
"data": [
{
"bio": "<string>",
"brand_id": "<string>",
"id": "acc_01HZ9X3Q4R5M6N7P8V2K0W1J",
"metadata": {},
"name": "Acme Corp",
"platform": "instagram",
"profile_picture_url": "<string>",
"reconnect_reason": "<string>",
"status": "active",
"username": "acmecorp"
}
]
}Returns all active social media accounts connected to the authenticated API key’s workspace.
curl --request GET \
--url https://api.social-api.ai/v1/accounts \
--header 'Authorization: <api-key>'{
"count": 2,
"data": [
{
"bio": "<string>",
"brand_id": "<string>",
"id": "acc_01HZ9X3Q4R5M6N7P8V2K0W1J",
"metadata": {},
"name": "Acme Corp",
"platform": "instagram",
"profile_picture_url": "<string>",
"reconnect_reason": "<string>",
"status": "active",
"username": "acmecorp"
}
]
}