cURL
curl --request GET \ --url https://api.social-api.ai/v1/accounts \ --header 'Authorization: <api-key>'
{ "count": 2, "data": [ { "id": "acc_01HZ9X3Q4R5M6N7P8V2K0W1J", "name": "Acme Corp", "platform": "instagram", "username": "acmecorp" } ] }
Returns all active social media accounts connected to the authenticated API key’s workspace.
Prefix your API key with "Bearer ". Example: Authorization: Bearer soc_live_...
Authorization: Bearer soc_live_...
List of connected accounts
2
Show child attributes