post
https://api.eu.gomotive.com/v1/company_webhooks
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Purpose: Use this endpoint to create a new company Webhook.
NOTE
You must specify the following are Query Parameters:
- URL
- Secret
- Format
- Actions
- Enabled
Refer to the Query 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.
