Skip to main content
PUT
Update

Authorizations

api_key
string
header
required

Your Commenda Integrations API key, sent in the api_key header.

Path Parameters

webhookConfigId
number
required

Body

application/json
webhook_type
enum<string>
Available options:
INTEGRATION,
DATA_MODEL_CHANGES,
CONNECTION_CHANGED,
SYNC_COMPLETED,
SYNC_STARTED,
DISCONNECT_REQUESTED
Example:

"DATA_MODEL_CHANGES"

name
string
Example:

"My webhook"

url
string<uri>
Example:

"https://example.com/webhooks"

topics
string[]
Example:
state
enum<string>
Available options:
ENABLED,
DISABLED
Example:

"ENABLED"

signing_key
string
Example:

"your-signing-key"

headers
object[]

Response

200 - application/json
data
object
required