contacts retrieve

GET {{baseUrl}}/contacts/:id

Returns a Contact object with the given id.

Request Params

KeyDatatypeRequiredDescription
include_remote_databooleanWhether to include the original data Merge fetched from the third-party to produce these models.

HEADERS

KeyDatatypeRequiredDescription
X-Account-Tokenstring(Required) Token identifying the end user.
Acceptstring

RESPONSES

status: OK

{"first_name":"Gil","last_name":"Feig","email":"hello@merge.dev","phone":"+13785579223","state":"NY","country":"CO","postal_code":"aliqua","remote_created_at":"2022-12-23T00:00:00Z","remote_updated_at":"2022-12-23T00:00:00Z","id":"urn:uuid:5fa261c3-8e72-c3f0-6253-a92c90d6bdc7","remote_id":"35"}