Productsup
CDE APIApi referenceManagement

List all organizations.

Sign in to run requests against the CDE API.
GET
/organizations

Authorization

oAuth2AuthCode
AuthorizationBearer <token>

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://loading/organizations"
{
  "message": "successful operation",
  "resource": "organization",
  "data": [
    {
      "uuid": "019e6e75-19be-77ae-8c7b-44b3acdeffcc",
      "name": "Productsup",
      "connectors-limit": 10,
      "members": [
        {
          "uuid": "019e6e75-19d3-7327-ab0a-e5213966df15"
        },
        {
          "uuid": "019e6e75-19d8-7096-afce-5350b02031dc"
        }
      ],
      "notification-config": null,
      "dev-defaults": null,
      "prod-defaults": null
    },
    {
      "uuid": "019e6e75-19ca-7361-9211-3dcabfffb2a9",
      "name": "Some organization",
      "connectors-limit": 10,
      "members": [
        {
          "uuid": "019e6e75-19e7-7297-93f9-66e117b53b8a"
        }
      ],
      "notification-config": null,
      "dev-defaults": null,
      "prod-defaults": null
    }
  ]
}
{
  "message": "You have to be authorized to access this resource."
}
{
  "message": "Access denied for user."
}

How is this guide?