Webhooks

Number of APIs: 7

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

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

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

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

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

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

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