> ## 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

> Beginning integration with OrderProtection.com

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

## Welcome

You can choose to use the documentation on this site or if you'd prefer you can use the raw OpenAPI specification file.

<Card title="OrderProtection Endpoints" icon="box-heart" href="https://api.production.orderprotection.com/v1/docs/orders-yaml">
  View the OpenAPI specification file
</Card>

## Authentication

All API endpoints are authenticated using Bearer tokens. These tokens can be generated in your
[OrderProtection Dashboard](https://app.orderprotection.com)

```
Authorization Bearer <token>
```
