Skip to main content
POST
/
v1
/
connections
/
{connection_id}
/
sync
Sync Connection
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>"
    }
  ]
}

Authorizations

X-API-KEY
string
header
required

Headers

x-organization-id
string | null
required

The unique identifier for the organization making the request

Path Parameters

connection_id
string
required

Response

Successful Response