Webhooks

Number of APIs: 7

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

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

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

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

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

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

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