Synchronize a specific connection by its ID.
cURL
curl --request POST \ --url https://api.example.com/v1/connections/{connection_id}/sync \ --header 'X-API-KEY: <api-key>' \ --header 'x-organization-id: <x-organization-id>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
The unique identifier for the organization making the request
Successful Response