Subscription validation
POST http://localhost:5000/api/notification?validationToken=something
Allows you to validate whether the notification endpoint you are building properly passed Microsoft Graph Subscription creation validation. The response content type should be text/plain, code 200 OK and the body the information passed by the validationToken query parameter
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
validationToken | string | random validation token passed by the Microsoft Graph when validating the notificationURL |