curl --request POST \ --url https://api.management.junction.com/v1/org/{org_id}/management_key \ --header 'Content-Type: application/json' \ --header 'X-Vital-Org-Key: <api-key>' \ --data '{ "label": "<string>", "team_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" }'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "label": "<string>", "created_at": "2023-11-07T05:31:56Z", "creator": { "type": "<string>", "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "email": "<string>", "avatar": "<string>" }, "role": "org_admin", "team_role_bindings": [ { "team_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" } ], "key": "<string>" }
https://api.management.junction.com/
X-Management-Key
org_admin
team_admin
Show child attributes
Successful Response
Was this page helpful?