Skip to main content
Activate a disabled widget.
POST /api/v1/businesses/:businessId/widgets/:widgetId/enable-widget

Parameters

Path

NameTypeRequiredDescription
businessIdstringYesThe business ID
widgetIdstringYesThe widget ID

Request example

curl --request POST 'https://payments.bleepay.com/api/v1/businesses/biz_abc123/widgets/wdgt_abc/enable-widget' \
  --header 'Authorization: Bearer <business_token>' \
  --header 'Content-Type: application/json' \
  --data '{}'

Response

Returns HTTP 200 with an empty body.