curl --request POST \
--url https://api.icepanel.io/v1/organizations/{organizationId}/azure-devops/authorizations \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '{
"code": "<string>"
}'
{
"azureDevopsAuthorization": {
"accountId": "<string>",
"accountName": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"createdBy": "user",
"createdById": "<string>",
"id": "<string>",
"organizationId": "<string>",
"senderEmail": "<string>",
"senderId": "<string>",
"updatedAt": "2023-11-07T05:31:56Z",
"updatedBy": "user",
"updatedById": "<string>"
}
}
Create an Azure DevOps authorization
curl --request POST \
--url https://api.icepanel.io/v1/organizations/{organizationId}/azure-devops/authorizations \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '{
"code": "<string>"
}'
{
"azureDevopsAuthorization": {
"accountId": "<string>",
"accountName": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"createdBy": "user",
"createdById": "<string>",
"id": "<string>",
"organizationId": "<string>",
"senderEmail": "<string>",
"senderId": "<string>",
"updatedAt": "2023-11-07T05:31:56Z",
"updatedBy": "user",
"updatedById": "<string>"
}
}
OK
The response is of type object
.