post
https://sandbox-api.bxnk.com/api/v1/product-apis/psp/webhooks
Authentication
Requires product-api-token (sent via the configured auth header as a JWT bearer token) headers.
Request body
JSON payload matching CreateWebhookEndpointDto.
Required fields:
mId(string)url(string)
Optional fields:
secret(string)isActive(boolean)
Response
201: Webhook endpoint created successfully. Returned data (WebhookEndpointResponseDto) includes:
idpspIdurlisActivecreatedAtupdatedAt
400: Bad request
401: Unauthorized
403: Forbidden
500: Internal server error