Table
Sync Table with Integration
Sync a table with a specified integration.
post/v1/table/{table_id}/sync/{integration_name}
Path parameters
table_idstring uuid required
UUID of the table to sync.
integration_namestring required
Name of the integration to sync with.
Request body
Response
Successfully started synchronization.
Example response
{
"data": "OK"
}