Login
Search...
/
Documentation
API Reference
Use Cases
Introduction
Overview
API Reference
Admin
Amenities
Applicants
Applications
Appointments
Billing and Payments
Construction Job Cost
Employees
Events
Files
Invoices
Leads
Leases
Listings
Properties
Purchase Orders
Residents
Service Requests
Timezones
Units
Vendors
Webhooks Configuration
GET
Get all webhooks
POST
Create a webhook
GET
Get a webhook by ID
PUT
Update a webhook
DEL
Delete a webhook
POST
Create a webhook trigger
DEL
Delete a webhook trigger
Login
API Reference
Webhooks Configuration
Update a webhook
PUT
https://
api.propexo.com
/
v1
/
webhooks
/
:webhook_id
Update a webhook
Path parameters
webhook_id
string
Required
The ID of the webhook to update
Request
This endpoint expects an object.
url
string
Optional
The url to send the webhook to
headers
list of objects
Optional
Optional headers to send with the webhook
Show 2 properties
active
boolean
Optional
Whether the webhook is active
secret
string
Optional
The secret to use to sign the webhook payload.
Response
This endpoint returns an object.
result
object
Show 9 properties
Errors
400
Bad Request
Built with