# API Reference

#### **Endpoint**

The **Snipe API** is accessible via the following base URL:

```
https://snipe.merkle.io
```

#### Authorization

To access the endpoint, you must provide your merkle API key in the request headers. Authentication is handled via a **Bearer Token**.

**Authorization Header Format:**

```
Authorization: Bearer <merkle API key>
```
