Skip to main content
POST
/
core
/
organizations
/
sync-config
Update Organization Sync Config
curl --request POST \
  --url https://api.integrations.commenda.io/v4/core/organizations/sync-config \
  --header 'Content-Type: application/json' \
  --header 'api_key: <api-key>' \
  --data '
{
  "configs": [
    {
      "interval": 2,
      "scope_access": {
        "READ": true,
        "CREATE": true,
        "UPDATE": true,
        "DELETE": true
      },
      "enabled": true,
      "sync_from": "2023-11-07T05:31:56Z"
    }
  ],
  "propagate": true
}
'
{
  "request_id": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://integrations.docs.commenda.io/llms.txt

Use this file to discover all available pages before exploring further.

Update Org Sync Config. Request body uses snake_case (data_model, scope_access, etc.). See company sync config.

Authorizations

api_key
string
header
required

Body

application/json
configs
WriteSyncConfigModel · object[]
required
Minimum array length: 1
propagate
boolean

When true, apply org defaults to all companies.

Response

Sync config updated.

request_id
string
required