Regsiter a Feed Webhook
Webhooks
Register Webhook
Register a new endpoint to receive webhook events containing feed items. This endpoint will respond with:
- a UID which identifies the webhook so that you can modify or delete it later
- a secret which you must use to verify requests that your endpoint receives. For more about how webhook signature verification works, see https://docs.daylight.xyz/reference/verifying-webhooks
Make sure to save both of these values, the secret will only be returned after creating a webhook.
If you need to register more than 1000 addresses as subscribers to your webhook, please create the webhook using this endpoint, and then use the PUT /v1/webhooks/feed/:uid endpoint to provide the addresses in chunks of 1000.
POST
Regsiter a Feed Webhook
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json