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

# Introduction

> Webhooks with OrderProtection.com

<Note>
  You must be an OrderProtection customer to gain access to webhooks. If you're
  looking to integrate as a Partner integration please reach out to
  [partners@orderprotection.com](mailto:partners@orderprotection.com)
</Note>

## Authentication

Webhooks include an x-webhook-secret header, which serves as a security measure to verify that the request originates from Order Protection. This secret should be used to authenticate and validate incoming webhook requests.

```
x-webhook-secret: <webhook secret>
```
