---
title: "Create new personal cdr sync token"
method: POST
path: "/user/cdrs/sync_tokens"
tags: ["User"]
---

# Create new personal cdr sync token

`POST /user/cdrs/sync_tokens`

## Query parameters

- `date_from` string, date_time — The start time sync token in RFC 3339 format, for example, ```2017-07-21T17:32:28Z```. The RFC 3339 format is defined by [RFC 3339, section 5.6](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6)

## Response `201`

Created

- object
  - `token` string — The sync token. Clients should treat the sync token as an opaque string and should never try to assemble it. This document imposes no constraints on the format and clients should never impose any.

## Other responses

- `4XX` — Error

---

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