GET
/
v1
/
org
/
{org_id}
curl --request GET \
  --url https://api.tryvital.io/management/v1/org/{org_id} \
  --header 'X-Vital-Org-Key: <api-key>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "name": "<string>",
  "expires_at": "2023-11-07T05:31:56Z"
}

The base URL of this endpoint is https://api.tryvital.io/management/.

The endpoint accepts only Management Key (X-Management-Key). Team API Key is not accepted.

curl --request GET \
  --url https://api.tryvital.io/management/v1/org/{org_id} \
  --header 'X-Vital-Org-Key: <api-key>'

Authorizations

X-Management-Key
string
header
required

Path Parameters

org_id
string
required

Response

200
application/json
Successful Response

The response is of type object.