GET
/
organizations
curl --request GET \
  --url https://channels-service-alpha.fourvenues.com/organizations \
  --header 'X-Api-Key: <api-key>'
{
  "data": [
    {
      "_id": "org123",
      "name": "My organization.",
      "slug": "my-organization.",
      "created_at": "2022-01-01T00:00:00Z"
    }
  ],
  "success": true
}

Authorizations

X-Api-Key
string
header
required

Query Parameters

Each word in search must be in the organization name to return it.<br>Example if a organization name is 'Fourvenues New Disco' and we search for 'fourven disc' the organization should be returned.

Response

200
application/json
OK
data
object[]

Basic information of the organizations that you have access.

success
boolean