v1

latestOpenAPI 3.1.0© Modulr Finance2026-08-04207430590.4 KB
Channel Manager Webhook Notifications

Retrieve Webhook notification configuration

Retrieve a Webhook notification configuration for the authenticated Channel Manager

get/channel-managers/webhook-notifications/{notificationId}

Path parameters

notificationIdstring required

Response

Webhook notification retrieved

idstring

Unique identifier for the notification

type'PAYIN' | 'PAYOUT' | 'CARD_AUTH' | 'CARD_AUTH_OFFLINE'

Webhook type

status'ACTIVE' | 'INACTIVE'

Status of notification

destinationstring

URL destination

retryboolean

Flag indicating whether failed webhooks should be retried

secretstring

Webhook secret, must be 32 chars

hmacAlgorithm'hmac-sha1' | 'hmac-sha256' | 'hmac-sha384' | 'hmac-sha512'

Signing algorithm that is used in Webhook HMAC calculation