HomeGuidesAPI ReferenceChangelog
Terms of Use
API Reference
Terms of Use

Notifications / Subscribe

Subscribe for a webhook or kafka events. Each notification sent to the webhook/kafka will be retried
a number of times and will be rate limited. The rate limits, retries and retry
intervals will be configured by Ampeco.

Each notification callback will contain a signature in the X-Signature request
header which can be verified using SHA256-HMAC on the body of the request using
the access token that was used when creating the notification as key.

Log in to see full request history
Body Params
string
required
notifications
array of strings
required
notifications*
webhook
object

Webhook configuration. Only present and required in case via = webhook

kafka
object

Kafka configuration. Only present and required in case via = kafka

Responses

422

The payload you provided is invalid

Callbacks
Language
Credentials
API Token
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json