GET
/
organizations
/
{organizationId}
curl --request GET \
  --url https://api.icepanel.io/v1/organizations/{organizationId} \
  --header 'Authorization: <authorization>'
{
  "organization": {
    "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

Path Parameters

organizationId
string
required

Response

200
application/json
OK
organization
object
required