Junction Management API is available for the Scale plan.
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.- manage Junction Org resources, such as Teams and Members;
- manage Team configurations across both Sandbox and Production environments, such as:
For device and lab testing access, see Junction API.
Environments
There is one production environment for Junction Management API:Environment | Base URL | Management Key Prefix |
---|---|---|
🤖 Production | https://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 theX-Management-Key
header. For example:
cURL
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.