Skip to content

List Deal Contacts

GET
/deals/{deal_id}/contacts

Everyone linked to this deal, with their role on it.

Authorizations

Parameters

Path Parameters

deal_id
required

Deal id.

string

Deal id.

Header Parameters

X-Target-Org-Id
Any of:
string

Responses

200

Successful Response

object
data
required

Everyone linked to a deal.

object
contacts
Array<object>

One person linked to a deal.

role is the person’s role on THIS deal (champion, decision_maker, influencer, blocker, coach, end_user). buying_role is their general buying role on the contact record and is NOT deal-specific - the two are separate fields in the app and conflating them loses the distinction between “who this is” and “what they are to this deal”.

object
buying_role
Any of:
string
created_at
Any of:
string format: date-time
email
Any of:
string
id
Any of:
string
is_primary
Any of:
boolean
name
Any of:
string
person_id
Any of:
string
role
Any of:
string
title
Any of:
string
key
additional properties
any
total
integer
key
additional properties
any
pagination
Any of:
object
has_next
required

Whether there are more pages

boolean
limit
required

Items per page

integer
next_cursor
Any of:
string
page
required

Current page number (1-indexed)

integer
total
required

Total number of items

integer

422

Validation Error

object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string