Skip to main content
GET
Get a contact's Salesforce record

Authorizations

Authorization
string
header
required

Personal Access Token or OAuth 2.1 access token, sent as a bearer credential (Authorization: Bearer inf_pat_...). Read operations require a token with the READ scope; write operations (POST/PATCH/DELETE) require WRITE.

Path Parameters

id
string
required

Contact id.

Response

The Salesforce record (free-form), or null data if none.

data
object

The Salesforce record (free-form), or absent when the contact has no Salesforce record.

meta
object

Envelope metadata present on every response.