Account
List accounts
Returns all connected social accounts for the given space.
Base URL
https://app.usesaki.com/apiget
/spaces/{space}/accountsList accounts
Returns all connected social accounts for the given space.
Authorization
Bearer <token>Path Parameters
spacerequiredintegerThe space ID
Response
curl -X GET "https://app.usesaki.com/api/spaces/{space}/accounts" \
-H "Authorization: Bearer YOUR_TOKEN"Response
{
"data": [
{
"id": 0,
"social": "string",
"display_name": "string",
"handler": "string",
"avatar": "string",
"is_active": true
}
]
}