---
title: "Used by Talk Desk to sync People to their system as Contacts"
method: POST
path: "/v1/Integrations/TalkDesk/ContactSync"
tags: ["TalkDesk"]
---

# Used by Talk Desk to sync People to their system as Contacts

`POST /v1/Integrations/TalkDesk/ContactSync`

Read more about the Talk Desk Contact Retriever <a href="https://docs.talkdesk.com/docs/implementing-a-contact-synchronization">https://docs.talkdesk.com/docs/implementing-a-contact-synchronization</a>.

## Request body

- AdaptekApiCommonModelsApiModelsTalkDeskContactRetrieverRequestModel
  - `offset` string, nullable
  - `context` AdaptekApiCommonModelsApiModelsTalkDeskContactRetrieverRequestModelContext
    - `sync_id` string, nullable
  - `synchronization_checkpoint` string, nullable

## Response `200`

Successfully returned sync data

- AdaptekApiApplicationTalkDeskQueriesGetPeopleToSyncPaginatedContactRetrieverResponseModel
  - `next_offset` string, nullable
  - `context` AdaptekApiApplicationTalkDeskQueriesGetPeopleToSyncPaginatedContactRetrieverResponseModelContext
    - `sync_id` string, nullable
  - `synchronization_checkpoint` string, date-time
  - `contacts` AdaptekApiApplicationTalkDeskQueriesGetPeopleToSyncTalkDeskContact[], nullable
    - `id` string, nullable
    - `name` string, nullable
    - `emails` string[], nullable
    - `phones` string[], nullable
    - `address` string, nullable

## Other responses

- `500` — An internal error occured. Please contact NexTek Support.

---

[API](https://skmtc.net/adaptek/apis/adaptek-api.md) · [All operations](https://skmtc.net/adaptek/apis/adaptek-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/adaptek/adaptek-api/revisions/e41a7579fb3f/schema)
