patch
https://sandbox-api.bxnk.com/api/v1/product-apis/psp/webhooks//status
Authentication
Requires product-api-token (sent via the configured auth header as a JWT bearer token) headers.
Path parameters
endpointId(number): the webhook endpoint identifier
Request body
JSON payload matching UpdateWebhookStatusDto.
Required fields:
isActive(boolean)
Response
200: Webhook endpoint updated successfully. Returned data (WebhookEndpointResponseDto) includes:
idpspIdurlisActivecreatedAtupdatedAt
400: Bad request
401: Unauthorized
403: Forbidden
404: Not found
500: Internal server error