POST
/
entities
/
webhooks
/
dispatch
/
url

For an example response signed with the X-Axle-Signature header, see the example dispatch event endpoint.

Body

application/json
url
string
required
secret
string
required

A secret which will be used to sign events sent via the firehose. We sign events with the header X-Axle-Signature, which is a SHA256 HMAC of the event ID, using this secret as the key.

Response

200 - application/json

The response is of type any.