Skip to main content
GET
List deals

Authorizations

Authorization
string
header
required

API key (nlmca_live_…) or OAuth access token

Query Parameters

limit
number
default:25

Page size (1–100).

Required range: 1 <= x <= 100
cursor
string

Opaque cursor from a previous response’s meta.next_cursor.

phase
enum<string>

Only deals whose current stage is in this phase: preoffer (application, submitted), offer, contract, funded, dead.

Available options:
preoffer,
offer,
contract,
funded,
dead
stage_id
string

Only deals in this pipeline stage (ids from GET /v1/pipeline).

status
string

Deal status slug, e.g. new, submitted, approved, sold, funded, closed_out.

business_id
string

Only deals on this business.

originator_id
string

Only deals assigned to this originator (user id).

paper_grade
string

Paper grade, e.g. A, B, C, D.

created_after
string

Only deals created after this ISO 8601 timestamp.

Example:

"2026-01-01T00:00:00Z"

stale_days
number

Only deals untouched for at least N days: no field change and no stage move (measured on updated_at, which every stage move refreshes). Combine with phase to find stuck deals.

Required range: x >= 1

Fragment matched against business name, DBA and the primary owner’s first / last name.

Response

OK

data
object[]
required
meta
object
required