Get webhook support status for provider

Return the status of the webhook for this provider, if it is supported or if it is not based on a boolean value

GET/v1/integrations/webhook/provider/{providerOrIntegrationId}/status

Authorization

Authorization<token>

API key authentication. Allowed headers-- "Authorization: ApiKey <api_key>".

In: header

Path Parameters

providerOrIntegrationIdRequiredstring

Header Parameters

idempotency-keystring

A header for idempotency purposes

curl -X GET "https://api.novu.co/v1/integrations/webhook/provider/<string>/status" \
  -H "idempotency-key: <string>" \
  -H "Authorization: <token>"

The status of the webhook for the provider requested

true