API Reference
List connected social accounts
Authorization
ApiKeyAuth x-api-key<token>
API keys are created in Settings → API Keys within your workspace.
In: header
Response Body
application/json
curl -X GET "https://example.com/api/v1/accounts"{
"accounts": [
{
"id": "acc_123",
"platform": "twitter",
"platformAccountId": "123456",
"username": "@post2all",
"displayName": "post2all",
"avatarUrl": "https://example.com/avatar.jpg",
"status": "active",
"supportedPostTypes": {
"text": true,
"image": true,
"video": true
},
"createdAt": "2026-01-15T10:00:00.000Z"
}
]
}