curl --request GET \
--url https://api.icepanel.io/v1/organizations/{organizationId}/azure-devops/authorizations/{azureDevopsAuthorizationId}/available-accounts \
--header 'Authorization: <authorization>'
{
"accounts": [
{
"id": "<string>",
"name": "<string>"
}
]
}
List the accounts that are available so that an accountId can be set on the authorization
curl --request GET \
--url https://api.icepanel.io/v1/organizations/{organizationId}/azure-devops/authorizations/{azureDevopsAuthorizationId}/available-accounts \
--header 'Authorization: <authorization>'
{
"accounts": [
{
"id": "<string>",
"name": "<string>"
}
]
}
OK
The response is of type object
.