Get Deal
GET /deals/{deal_id}
Get a single deal by ID.
Authorizations
Parameters
Path Parameters
Deal ID (UUID)
Deal ID (UUID)
Header Parameters
Responses
200
Successful Response
object
object
Lightweight contact summary embedded in deal responses.
id is the canonical mashup_contact_id (BigInt), matching how contacts
are addressed everywhere else in the public API (g8_search_contacts,
g8_lookup_person, etc.). role is the contact’s role within THIS deal
(champion / decision_maker / influencer / blocker / coach / end_user) and
is null when no role was set.
Lightweight contact summary embedded in deal responses.
id is the canonical mashup_contact_id (BigInt), matching how contacts
are addressed everywhere else in the public API (g8_search_contacts,
g8_lookup_person, etc.). role is the contact’s role within THIS deal
(champion / decision_maker / influencer / blocker / coach / end_user) and
is null when no role was set.
422
Validation Error