Skip to main content
GET
Get Deal Detail
The richest read in this API — a single RPC (rpc_get_deal_detail) assembles the deal plus everything the deal-detail page and every AI generator on this router need, in one round trip.

Auth

Requires a CRM read scope and an active organization on the token. Any of contacts:read, deals:read, companies:read, or activities:read qualifies, as does any *:manage scope — manage implies read.

The deal object

Most deals endpoints return or embed this deals table row shape. Rather than repeat it on every page, here it is once — other pages link back to this section.

Response

All deal object fields, plus:

Errors

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

deal_id
string
required

The deal's id.

Response

Successful Response