Headers
HubSpot webhook signature
Response
200 - application/json
Webhook received (always returns 200)
The response is of type object.
Process incoming HubSpot webhook events for deal closed won and customer creation
curl --request POST \
  --url https://api.cloud.flexprice.io/v1/webhooks/hubspot/{tenant_id}/{environment_id} \
  --header 'X-HubSpot-Signature-v3: <x-hubspot-signature-v3>'{}HubSpot webhook signature
Webhook received (always returns 200)
The response is of type object.
curl --request POST \
  --url https://api.cloud.flexprice.io/v1/webhooks/hubspot/{tenant_id}/{environment_id} \
  --header 'X-HubSpot-Signature-v3: <x-hubspot-signature-v3>'{}