Sync Management Links
Create a new sync management link
Sync Management links allow your customers to seamlessly configure which data to import or export. Read more on how to use Sync Management links in our Census Embedded How-to Guides.
POST
/
sync_management_links
Authorizations
Authorization
string
headerrequiredBearer token for the current workspace. Can be retrieved from the Workspace's settings page.
Body
application/json
redirect_uri
string
The redirect URI, if any, associated with the Sync Management Link. The URL that you'd like the end-user to be redirected to after creating the sync. The redirect URI can be configured globally under your organization settings in the Census UI or on dynamically via the API when creating a Sync Management Link.
Response
201 - application/json
status
enum<string>
Outcome of the operation.
Available options:
success
, updated
, created
, not_found
, error
data
object
Was this page helpful?