cURL
curl --request PUT \ --url http://localhost:8080/v1/users/me/notifications/channels/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "config": {}, "is_active": true } '
{ "id": "unc_cq1234567890abcdef", "user_id": "<string>", "channel_type": "email", "name": "<string>", "config": {}, "is_verified": true, "is_active": true, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }
Updates a channel’s name, config, or active status.
Merchant API key: ak_live_... or ak_test_...
ak_live_...
ak_test_...
Resource identifier (xid format)
Channel updated
"unc_cq1234567890abcdef"
email
slack
teams