Sends a test event to the provided application ID
cURL
curl --request POST \ --url https://public-api.prd.monument.io/api/v1/webhooks/subscriptions/test \ --header 'Content-Type: application/json' \ --header 'x-api-key: <x-api-key>' \ --data ' { "eventType": "moved-in" } '
Api key required to authenticate your request. Please reach out to monument for a key.
"monument-2230012-2312321"
Event type
"moved-in"
Successfully sent test event