Skip to main content

Deals

Use the deal endpoints when you need the context that powers runs and briefings.

List deals

GET /api/v1/navi/deals?limit=20&offset=0
Example:
curl -s \
  -H "Cookie: sb-access-token=<your-session-cookie>" \
  "https://dev.meridian7.io/api/v1/navi/deals?limit=20&offset=0" | jq

Get a deal

GET /api/v1/navi/deals/{dealId}
Example:
curl -s \
  -H "Cookie: sb-access-token=<your-session-cookie>" \
  https://dev.meridian7.io/api/v1/navi/deals/11111111-1111-1111-1111-111111111111 | jq
Typical deal detail includes:
  • core deal metadata
  • owner information
  • actions
  • risks
  • stakeholders
  • sales motion context, when present