Subscribe to event triggers from Canopy.

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

Webhook Parameters
HTTP Status Codes
200      Successful webhook subscription
401
Unauthorized.
403
Forbidden.
422
Invalid input
429
Too many requests.
default
Unexpected Error.
Request Example
{
  $request.body#/webhook_url
}
Curl Command
curl --request PUT \
     --url https://contact/%20sales%20to%20enable%20your%20sandbox/organization/subscribe \
     --header 'accept: application/json' \
     --header 'content-type: application/json'

Base URL

https://Contact sales to enable your sandbox/organization/subscribe


application/json


``200
Updated about 1 year ago