latestOpenAPI 3.0.02026-08-10221235717.8 KB

e21ad140ec3c

public
Organization

List active organizations the user has access to.

get/orgs

Response

A list of available organizations (based on the current user access level).

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"
  }
]