# GET /v4/programs/{idOrSlug}

_Merkl API_

**Retrieve a Program by id or slug**
<p>This endpoint enables you to search for a program by providing its unique ID or slug identifier in the idOrSlug path parameter.</p>

### Path parameters

- `idOrSlug` (string) _(required)_

## Example request

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