put https://api.gomotive.com/v1/company_webhooks/
Purpose: Use this API to update an existing Webhook.
NOTE
To update a Webhook, you must pass the following parameters in the request body:
- URL
- Secret
- Format
- Actions
- Enabled
Refer to the Body Parameters section for more info.
Response Parameters
id
- Type: Integer
- Description: The unique identifier for the Webhook.
url
- Type: String
- Description: The URL to which the Webhook sends data.
secret
- Type: String
- Description: A secret key used for Webhook authentication.
format
- Type: String
- Description: The format of the Webhook data (e.g.,
json
).
actions
- Type: Array of Strings
- Description: The list of actions that trigger the Webhook.
enabled
- Type: Boolean
- Description: Indicates whether the Webhook is enabled.