Skip to main content
PUT
/
v1
/
connections
/
{connectionId}
/
sync
Trigger a connection sync
curl --request PUT \
  --url https://api.waycore.com/v1/connections/{connectionId}/sync \
  --header 'Authorization: Bearer <token>'
{
  "connectionId": "<string>",
  "meta": {
    "requestId": "<string>"
  }
}

Authorizations

Authorization
string
header
required

OAuth 2.0 Client Credentials issuing JWT Bearer access tokens.

Path Parameters

connectionId
string
required

Response

Successful Response

connectionId
string
required

Identifier of the connection whose sync was triggered.

meta
Meta · object
required