Webhooks

Number of APIs: 7

  1. Delete a webhook subscription DELETE {{baseUrl}}/v1/webhook_subscriptions/:webhook_subscription_uuid

  2. Create a webhook subscription POST {{baseUrl}}/v1/webhook_subscriptions

  3. List webhook subscriptions GET {{baseUrl}}/v1/webhook_subscriptions

  4. Update a webhook subscription PUT {{baseUrl}}/v1/webhook_subscriptions/:webhook_subscription_uuid

  5. Get a webhook subscription GET {{baseUrl}}/v1/webhook_subscriptions/:webhook_subscription_uuid

  6. Request the webhook subscription verification_token GET {{baseUrl}}/v1/webhook_subscriptions/:webhook_subscription_uuid/request_verification_token

  7. Verify the webhook subscription PUT {{baseUrl}}/v1/webhook_subscriptions/:webhook_subscription_uuid/verify