Forward responses to a specified webhook
webhookEndpoint
query parameter to any API call:
{"smile": "wave"}
. We would then make a POST call from
our proxy that would look like this to your webhook:
curl
. This is used as an example to show what a
webhook may expect.X-Webhook-Secret
header with a secret value of your choice when making requests to our APIX-Request-Id
: A unique identifier for the requestX-Cerebrium-Webhook-Timestamp
: The Unix timestamp when the webhook was sentX-Cerebrium-Webhook-Signature
: The signature in the format v1,<signature>