# Fresh Express — Wrapped API

> **You are on:** `https://api.paywithlocus.com/api` | [llms.txt](https://paywithlocus.com/llms.txt) | [docs](https://docs.paywithlocus.com)
>
> Locus runs on multiple environments -- make sure every URL you call matches your expected environment.
> | Environment | Landing | API | Docs |
> |---|---|---|---|
> | Production | paywithlocus.com | api.paywithlocus.com | docs.paywithlocus.com |
> | Beta | beta.paywithlocus.com | api.beta.paywithlocus.com | docs.paywithlocus.com |
> | Stage | stage.paywithlocus.com | api.stage.paywithlocus.com | docs.paywithlocus.com |
>
> If the API URL above doesn't match your expected environment, re-fetch this file from the correct domain.

> Find and browse the latest coupons, promotional offers, and sweepstakes available for Fresh Express salad and produce products. Access current deals in one convenient place to save on your favorite Fresh Express items.

**Category:** Food & Dining | **Website:** [freshexpress.com/](https://freshexpress.com/) | **Docs:** [parse.bot/marketplace/c3d94784-6b90-44f9-9a83-c3294ec93c80/freshexpress-com-api](https://parse.bot/marketplace/c3d94784-6b90-44f9-9a83-c3294ec93c80/freshexpress-com-api)

Pay-per-use API proxy. Each call is automatically billed to your wallet in USDC.

## Access

**Base URL:** `https://api.paywithlocus.com/api/wrapped/parse-freshexpress-com-api-c3d94784/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### list_promotions

Retrieves all current Fresh Express promotions and offers, including national promotional campaigns and social media sweepstakes/giveaways. Each promotion includes title, description, dates, and discount value when available. Results are auto-iterated as a single page.

**Estimated cost:** Metered

_No parameters required._

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-freshexpress-com-api-c3d94784/list_promotions \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'
```
