GET
/
orgs
/
{orgId}
curl --request GET \
  --url https://api.withampersand.com/v1/orgs/{orgId} \
  --header 'X-Api-Key: <api-key>'
{
  "id": "9f7c3e2a-61b8-4f5c-8d1a-eb24f3b05d79",
  "label": "Acme Inc",
  "defaultTeamId": "<string>",
  "createTime": "2023-11-07T05:31:56Z",
  "updateTime": "2023-11-07T05:31:56Z"
}

Authorizations

X-Api-Key
string
header
required

Path Parameters

orgId
string
required

ID of the organization.

Response

200
application/json
Organization

The response is of type object.