Table
Retry Integration Sync
Retry a failed integration sync.
get/v1/table/{table_id}/sync/manual
Path parameters
table_idstring uuid required
UUID of the table to retry the sync on.
Response
Successfully retried the integration sync.
Example response
{
"data": "OK"
}