Marketplace
Update notification channel availability
Updates available notification channels for the application.
Note: Only for Chat Bots and SMS Aggregators category applications. For marketplace partners only.
post/marketplace/application/update_channel
Headers
Acceptstring required
Content-Typestring required
Authorizationstring required
Bearer {partner_token}
Request body
Example request
{
"salon_id": 123,
"application_id": 456,
"channel_slug": "sms",
"is_available": true
}Response
Channel availability updated successfully
Example response
{
"success": true
}