get https://api.gomotive.com/v1/company_webhook_requests
Purpose: Use this API to list all the Webhook requests that are available at your company.
Response Parameters
id
- Type: Integer
- Description: The unique identifier for the Webhook request.
company_webhook_id
- Type: Integer
- Description: The unique identifier for the associated Webhook.
company_webhook_request.action
- Type: String
- Description: The action that triggered the Webhook request.
url
- Type: String
- Description: The URL to which the Webhook request was sent.
secret
- Type: String
- Description: A secret key used for Webhook request authentication.
format
- Type: String
- Description: The format of the Webhook request data (e.g.,
json
).
payload
- Type: Object
- Description: The payload data sent with the Webhook request.
response_code
- Type: Integer
- Description: The HTTP response code received after the request was sent.
num_failures
- Type: Integer
- Description: The number of times the Webhook request failed.
posted_at
- Type: String (ISO 8601 datetime format)
- Description: The date and time when the Webhook request was sent.