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

Org Management API is available for the Scale plan.

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

The endpoint accepts only Org Key (X-Vital-Org-Key). Team API Key is not applicable.

Authorizations

X-Vital-Org-Key
string
headerrequired

Path Parameters

org_id
string
required

Query Parameters

region
enum<string>[]
Available options:
us,
eu
search_query
string
next_cursor
string

Response

200 - application/json
teams
object[]
required
next_cursor
string