v4

latestOpenAPI 3.0.1Apache 2.02026-08-036821,1001.5 MB
Notification

Create webhook subscriptions

Create multiple webhook subscriptions.

post/subscriptions/webhook

Request body

applicationstring required

The external application name.

urlstring required

The webhook endpoint URL.

secretstring

The basic auth secret for the webhook endpoint.

message_type'LOCATION_AP_CENTRIC' | 'LOCATION_CLIENT_CENTRIC' | 'AUDIT_LOG_ALL' | 'GDPR_LOG_ALL' | 'CREDENTIAL_LOG_ALL' | 'ACCOUNTING_LOG_ALL' | 'AUTHENTICATION_LOG_ALL' | 'EMAIL_LOG_ALL' | 'SMS_LOG_ALL' required

The subscription message type.

status'ENABLED' | 'DISABLED' required

The webhook subscription status.

Example request

[
  {
    "application": "example-app",
    "url": "https://webhook_endpoint-example-123",
    "secret": "erw3245cq3dasbjtyj",
    "message_type": "LOCATION_AP_CENTRIC"
  }
]

Response

Accepted