latestOpenAPI 3.0.02026-08-10221235717.8 KB

e21ad140ec3c

public
Organization

Get the specified Organization.

get/orgs/{orgId}

Path parameters

orgIdstring required

The Organization ID

Response

Returns organization details.

created_atstring date-time nullable required

Timestamp when the Organization was created.

created_bystring required

User ID that created the Organization.

idstring required

Unique ID for the Organization.

namestring required

Human friendly name for the Organization.

trial_expires_atstring date-time nullable required

Timestamp the trial expires at.

scaffolding_urlstring nullable

URL of the scaffolding service.

Example response

{
  "created_at": "2020-06-22T09:37:23.523Z",
  "trial_expires_at": "2020-06-22T09:37:23.523Z"
}