SIM Management
Webhooks
Setup

Setup Parameters

Webhooks can be configured to send notifications to a single endpoint. All notifications will be sent to the same endpoint, the NotificationType field allows you to determine the type of notification.

If the endpoint returns an unsuccessful HTTP status code (anything other than 200 or 204) or does not respond within 30 seconds, the notification will fail and will not be retried.

In order to setup a webhook we require the following:

NameTypeDescription
UrlstringCustomer endpoint the platform should call
Auth Header NamestringThe name of the header used for auth
Auth Header ValuestringThe value of the header used for auth