Skip to main content
POST
/
webhooks
/
hubspot
/
{tenant_id}
/
{environment_id}
Handle HubSpot webhook events
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>'
{}

Headers

X-HubSpot-Signature-v3
string
required

HubSpot webhook signature

Path Parameters

tenant_id
string
required

Tenant ID

environment_id
string
required

Environment ID

Response

200 - application/json

Webhook received (always returns 200)

The response is of type object.