Productsup
CDE APIApi referenceManagement

Show organization.

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

Authorization

oAuth2AuthCode
AuthorizationBearer <token>

In: header

Path Parameters

organizationId*string
Formatuuid

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://loading/organizations/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{
  "message": "successful operation",
  "resource": "organization",
  "data": {
    "uuid": "019e6e75-1f92-77c1-848e-5a194767abe2",
    "name": "Productsup",
    "connectors-limit": 10,
    "members": [
      {
        "uuid": "019e6e75-1f97-7b91-8c91-e4c18f2a8294"
      },
      {
        "uuid": "019e6e75-1f9d-7ced-9a97-6f1693443305"
      }
    ],
    "notification-config": {
      "destination": "#release",
      "triggers": [
        "extensive-release"
      ]
    },
    "dev-defaults": null,
    "prod-defaults": null
  }
}
{
  "message": "You have to be authorized to access this resource."
}
{
  "message": "Access denied for user."
}
{
  "message": "Organization not found."
}

How is this guide?