Webhooks
Number of APIs: 7
-
Create a webhook subscription POST {{baseUrl}}/v1/webhook_subscriptions
-
List webhook subscriptions GET {{baseUrl}}/v1/webhook_subscriptions
-
Update a webhook subscription PUT {{baseUrl}}/v1/webhook_subscriptions/:webhook_subscription_uuid
-
Get a webhook subscription GET {{baseUrl}}/v1/webhook_subscriptions/:webhook_subscription_uuid
-
Delete a webhook subscription DELETE {{baseUrl}}/v1/webhook_subscriptions/:webhook_subscription_uuid
-
Verify the webhook subscription PUT {{baseUrl}}/v1/webhook_subscriptions/:webhook_subscription_uuid/verify
-
Request the webhook subscription verification_token GET {{baseUrl}}/v1/webhook_subscriptions/:webhook_subscription_uuid/request_verification_token