---
title: "Create webhook subscriptions"
method: POST
path: "/subscriptions/webhook"
tags: ["Notification"]
---

# Create webhook subscriptions

`POST /subscriptions/webhook`

Create multiple webhook subscriptions.

## Request body

- XiqCreateWebhookSubscriptionRequest[]
  - `application` string, required — The external application name.
  - `url` string, required — The webhook endpoint URL.
  - `secret` string — 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.

## Response `202`

Accepted

---

[API](https://skmtc.net/extremecloudiq/apis/extremecloud-iq-api.md) · [All operations](https://skmtc.net/extremecloudiq/apis/extremecloud-iq-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/extremecloudiq/extremecloud-iq-api/versions/5ff7ab84e8e8/schema)
