I am trying to get Azure DevOps events through REST API listed below:
POST https://dev.azure.com/{organization}/_apis/notification/events?api-version=5.0-preview.1
I tried the above API to get events but in postman call, I am getting below response:
{
"$id": "1",
"innerException": null,
"message": "The feature is disabled. Contact your Azure DevOps Server administrator.",
"typeName": "Microsoft.TeamFoundation.Framework.Server.FeatureDisabledException, Microsoft.TeamFoundation.Framework.Server",
"typeKey": "FeatureDisabledException",
"errorCode": 0,
"eventId": 3000
}
It should give events after postman call