contacts retrieve
GET {{baseUrl}}/contacts/:id
Returns a Contact
object with the given id
.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
include_remote_data | boolean | Whether to include the original data Merge fetched from the third-party to produce these models. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Account-Token | string | (Required) Token identifying the end user. | |
Accept | string |
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"}