JSON
payload is sent to all urls that have subscribed to the event.
This document will guide you on how to create, update and get webhook details.
POST
request to /auth60 mins
.POST
request to
/auth/testPUT
request to /webhookssubscriptions
will replace the previous subscriptions.GET
request to /webhooksGET
request to
/webhooks/keyProperty | Definition |
---|---|
webhookId | Unique webhook identifier |
status | The status of the webhook |
url | A valid https url |
subscriptions | List of webhook subscriptions |
createdAt | Created at unix timestamp |
updatedAt | Updated at unix timestamp |
Name | Definition |
---|---|
ACTIVE | Webhook is currenting live |
DEACTIVED | Webhook has been deactived |
Subscription | Definition | Domain |
---|---|---|
WEBHOOK | Only events that deal with webhooks | Webhooks |
WEBHOOK.CREATED | Triggered when a webhook is created. Subscription created automatically | Webhooks |
WEBHOOK.UPDATED | Triggered when a webhook is updated | Webhooks |