POST
/
v1
/
stripe
/
webhook
curl --request POST \
  --url https://api.helicone.ai/v1/stripe/webhook \
  --header 'Content-Type: application/json' \
  --header 'authorization: <api-key>' \
  --data '"<any>"'

Authorizations

authorization
string
header
required

Body

application/json · any

The body is of type any.

Response

204

No content