Sync tokens

Create new personal cdr sync token

post
Authorizations
Query parameters
date_fromstring · date_timeoptional

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

Example: 2017-07-21T17:32:28Z
Responses
curl -L \
  --request POST \
  --url 'https://HOSTNAME:8887/api/user/cdrs/sync_tokens' \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
  "token": "RQ2dX9ZC7VuWlVpXXvad2dL3lyhjnN-7eOw95wXymoo."
}

Was this helpful?