Lists all webhooks for the authenticated organization.
Responses
- application/json
- application/problem+json
- application/problem+json
Request Example for get/api/v1/webhooks
curl https://app.propstreet.com/api/v1/webhooks \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
"data": [
{
"id": "string",
"url": "string",
"events": [
"string"
],
"name": null,
"status": "string",
"createdUtc": "2026-05-18T20:22:36.959Z",
"updatedUtc": null
}
]
}