Designed for:
Listing all communication channels a customer has set up, allowing administrators or users to confirm notification preferences.
Response may include:
- Channel type (e.g., email, webhook)
- Status (enabled/disabled)
- Verification state
- Delivery endpoint or address
To update or test a channel, see the Update Notification Channel or Test Notification Channel endpoints.
Authorization: Bearer YOUR_TOKEN
Expected Behavior:
- On success, the system will return the customer's notification channels, including their details such as type, priority, and status. The priority parameter indicates the importance level of the notification channel.
- If the request is unauthorized, the system will respond with an authentication error message.