> ## Documentation Index
> Fetch the complete documentation index at: https://docs.theary.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# handle-graph-api-event

> POST /handlers/graphapi-webhook

# handle-graph-api-event

No description available.

## Request Body

**Required**

```json
{
  "$ref": "#/components/schemas/GraphWebhookBodyDto"
}
```

## Parameters

### validationToken (Required)

* **Type**: string
* **In**: query

## Response

### 201

No description available.

## Example Request

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