Skip to main content
The base URL of this endpoint is https://api.management.junction.com/.The endpoint accepts only Management Key (X-Management-Key). Team API Key is not accepted.
The access token expires after 10 minutes and acts with Team Admin privileges for the selected team.
This endpoint is rate limited to prevent abuse. Cache and reuse the access token when appropriate, or use Team API Keys for long-lived access.
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>'