Skip to main content
PUT
/
v1
/
connections
/
{connectionId}
/
sync
Sync Connection
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

Opaque API key passed as Authorization: Bearer <key>. Keys are organization-bound, environment-bound (live or test), scope-carrying, and expiring. Create and manage keys via the console.

Path Parameters

connectionId
string
required

Response

Successful Response

connectionId
string
required

Identifier of the connection whose sync was queued.

meta
Meta · object
required