v1
latestOpenAPI 3.0.02026-07-2412592575.3 KBsync
Sync an existing connection
Requires accounts:read and either accounts:write or accounts:write:all scopes.
post/sync/{connectionId}
Path parameters
connectionIdstring required
The connection id
Request body
Example request
{
"customerIpAddress": "104.25.212.99",
"customerLastLoggedTime": "2017-04-05T10:43:07.000Z"
}Response
Successful Sync Response
Example response
{
"data": {
"syncId": "9f3678b2-9fd1-47dd-8b69-4eab49bd2d66",
"status": "ok"
}
}