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

# Introduction

Welcome to the Nest Webhooks API! With this API you can submit data for us to ingest via webhooks for your organization.

## Base URL

All endpoints are available under the following base URL:

```
https://webhooks.nest.vet
```

## Authentication

This API uses **API Keys** for authentication. You must include your API in the `X-API-Key` header on every request:

```http theme={null}
Authorization: <YOUR_API_KEY>
Content-Type: application/json
```

***

Feel free to reach out to our support team if you have any questions or need help getting started!
