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.

You use Junction Management API to:

Note that you can access a lot of Junction Management API functionalities through the Junction Dashboard as well.

For device and lab testing access, see Junction API.

Environments

There is one production environment for Junction Management API:

EnvironmentBase URLManagement Key Prefix
🤖 Productionhttps://api.tryvital.io/management/mg_*

Authentication

Junction Management API accepts Management Key. Enterprise customers can request a Management Key through your Junction Customer Success manager.

Your API requests should present the Management Key under the X-Management-Key header. For example:

cURL
curl --request GET
  --url "https://api.tryvital.io/management/v1/org/${ORG_ID}"
  --header 'X-Management-Key: ${YOUR_MANAGEMENT_KEY}'

A Team API Key does not work with Junction Management API.

Junction enforces the use of separate API credentials based on the principle of least privilege, especially considering the administrative power of Junction Management API.