v1

latestOpenAPI 3.0.02026-07-2447166133.5 KB
Organization

List information about the organization

This returns your organization's information. Most importantly, it returns your organization's id which will often be used as the owner or a member of other objects.

get/organization

Response

Expected response to a valid request

Example response

{
  "organization": {
    "id": "entity_0D4QABCC06000",
    "name": "Spruce Health",
    "type": "organization"
  }
}