Junction Management API is available for the Scale plan.
The access token expires after 10 minutes and acts with Team Admin privileges for the selected team.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl --request POST \
--url https://api.management.junction.com/v1/org/{org_id}/team/{team_id}/create_access_token \
--header 'X-Management-Key: <management-key>'
Create a short-lived Junction API access token for a team.
https://api.management.junction.com/.The endpoint accepts only Management Key (X-Management-Key).
Team API Key is not accepted.curl --request POST \
--url https://api.management.junction.com/v1/org/{org_id}/team/{team_id}/create_access_token \
--header 'X-Management-Key: <management-key>'
Was this page helpful?