Skip to main content

Enable/Disable channel

PUT 

/api/v1/notifications/channels/{channelId}/status

Toggle channel enabled status.

Parameters

  • channelId (string, required): Channel identifier (format: channel_xxx)

Request Body

  • isEnabled (boolean, required): true to enable, false to disable

Responses

  • 200 OK: Channel status updated successfully.
  • 404 Not Found: Channel not found.
  • 400 Bad Request: Invalid parameters.

Request

Responses

Channel status updated successfully