cURL
curl --request POST \ --url http://localhost:8080/v1/users/me/notifications/channels \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "channel_type": "email", "name": "<string>", "config": {} } '
{ "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" }
Adds a new notification delivery channel (email, Slack, or Teams webhook).
Merchant API key: ak_live_... or ak_test_...
ak_live_...
ak_test_...
email
slack
teams
Channel-specific config (e.g., {address} for email, {webhook_url} for Slack/Teams)
Channel created
"unc_cq1234567890abcdef"