GET
/
organizations
curl --request GET \
  --url https://api.icepanel.io/v1/organizations \
  --header 'Authorization: <authorization>'
{
  "organizations": [
    {
      "billingCurrency": "usd",
      "billingCycle": "monthly",
      "billingEmail": "<string>",
      "lineShapeDefault": "curved",
      "name": "<string>",
      "shareLinkAuthDomains": [
        "<string>"
      ],
      "shareLinksEnabled": true,
      "autoInviteDomains": [
        "<string>"
      ],
      "billingPaymentMethod": true,
      "cancelAt": "2023-11-07T05:31:56Z",
      "canceledAt": "2023-11-07T05:31:56Z",
      "createdAt": "2023-11-07T05:31:56Z",
      "createdBy": "user",
      "createdById": "<string>",
      "id": "<string>",
      "plan": "free",
      "planEndsAt": "2023-11-07T05:31:56Z",
      "seats": 123,
      "status": "active",
      "trialEndsAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z",
      "updatedBy": "user",
      "updatedById": "<string>",
      "userIds": [
        "<string>"
      ],
      "users": {}
    }
  ]
}

Headers

Authorization
string
required

Query Parameters

admin
boolean

list all organizations on the platform

Response

200
application/json
OK
organizations
object[]
required