Junction Management API is available for the Scale plan.
curl --request GET \
--url https://api.management.junction.com/v1/org/{org_id}/invite \
--header 'X-Vital-Org-Key: <api-key>'
{
"invites": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"email": "<string>",
"invited_at": "2023-11-07T05:31:56Z",
"resent_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"
}
]
}
],
"next_cursor": "<string>"
}curl --request GET \
--url https://api.management.junction.com/v1/org/{org_id}/invite \
--header 'X-Vital-Org-Key: <api-key>'
{
"invites": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"email": "<string>",
"invited_at": "2023-11-07T05:31:56Z",
"resent_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"
}
]
}
],
"next_cursor": "<string>"
}https://api.management.junction.com/.The endpoint accepts only Management Key (X-Management-Key).
Team API Key is not accepted.curl --request GET \
--url https://api.management.junction.com/v1/org/{org_id}/invite \
--header 'X-Vital-Org-Key: <api-key>'
Was this page helpful?