Create webhook subscription
Creates a webhook subscription for the provided application ID
Documentation Index
Fetch the complete documentation index at: https://api.monument.io/llms.txt
Use this file to discover all available pages before exploring further.
Headers
Api key required to authenticate your request. Please reach out to monument for a key.
"monument-2230012-2312321"
Path Parameters
Body
Target webhook URL (HTTPS only; no localhost, loopback, or private IPs). A query string is allowed and can be used to disambiguate the same base URL across multiple portfolios — Svix treats distinct query strings as distinct endpoints.
"https://vendor.example.com/webhooks/monument"
Array of event types to subscribe to
["moved-in", "moved_out"]Description of the webhook subscription
"webhook"
Database prefix (portfolio)
""
Facility UUIDs
[]Amenity UUIDs
[]Unit type UUIDs
[]Response
Successfully created webhook subscription
Svix application ID
"app_1234567890"
Webhook URL
"https://vendor.example.com/webhooks/monument"
Subscribed event types
["move_in", "move_out"]Facility UUIDs
[]Amenity UUIDs
[]Unit type UUIDs
[]Database prefix
""
Endpoint secret
"****"

