# GET /v4/templates/

_Merkl API_

Get all templates filtered by query parameters

### Query parameters

- `protocolId` (string)
- `search` (string)
- `action` (array)
- `page` (string | number)
- `items` (string | number)

## Example request

```bash
curl -X GET "https://api.merkl.xyz//v4/templates/" \
  -H "x-api-key: YOUR_API_KEY"
```