Skip to main content
GET
/
accounts
List connected accounts
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"
    }
  ]
}

Authorizations

Authorization
string
header
required

Prefix your API key with "Bearer ". Example: Authorization: Bearer soc_live_...

Response

List of connected accounts

count
integer
Example:

2

data
object[]