API ReferenceAccounts
List accounts
Returns all connected social accounts for the given space.
Authorization
http AuthorizationBearer <token>
In: header
Path Parameters
space*integer
The space ID
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://zilfu.app/api/spaces/0/accounts"{
"data": [
{
"id": 0,
"social": "string",
"display_name": "string",
"handler": "string",
"avatar": "string",
"is_active": true
}
]
}{
"message": "string"
}{
"message": "string"
}{
"message": "string"
}