Skip to main content
POST
/
handlers
/
graphapi-webhook
handle-graph-api-event
curl --request POST \
  --url https://api.example.com/handlers/graphapi-webhook

handle-graph-api-event

No description available.

Request Body

Required
{
  "$ref": "#/components/schemas/GraphWebhookBodyDto"
}

Parameters

validationToken (Required)

  • Type: string
  • In: query

Response

201

No description available.

Example Request

POST /handlers/graphapi-webhook
{}```