For the complete documentation index, see llms.txt. This page is also available as Markdown.

Sync tokens

Create a extension contact sync token

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
201

Created

application/json
tokenstringOptional

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.

Example: RQ2dX9ZC7VuWlVpXXvad2dL3lyhjnN-7eOw95wXymoo.
post/user/extension_contacts/sync_tokens

Was this helpful?