Skip to main content
POST
/
api
/
integrations
/
v1
/
{integration_id}
/
refresh
RefreshIntegration
curl --request POST \
  --url https://developer.synq.io/api/integrations/v1/{integration_id}/refresh \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

integration_id
string<uuid>
required

Id of the integration to refresh (UUID).

Response

200 - application/json

Success

Response from triggering a refresh.