Gets a single webhook by ID.

Path Parameters
  • id
    Type: string
    required

    The webhook ID

Responses
  • application/json
  • application/problem+json
  • application/problem+json
  • application/problem+json
Request Example for get/api/v1/webhooks/{id}
curl 'https://app.propstreet.com/api/v1/webhooks/{id}' \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
  "id": "string",
  "url": "string",
  "events": [
    "string"
  ],
  "name": null,
  "status": "string",
  "createdUtc": "2026-05-05T17:18:39.880Z",
  "updatedUtc": null
}