List Organizations
Last updated
Last updated
GET /api/v1/organizations HTTP/1.1
Host: api.livereach.ai
Authorization: YOUR_API_KEY
Accept: */*
{
"result": {
"success": true,
"httpCode": 200
},
"content": [
{
"id": 1,
"name": "text",
"active": true,
"slug": "text"
}
]
}