Create channel
POST/api/v1/notifications/channels
Create a new notification channel with configuration.
Request Body
Channel creation data including name, type, and configuration.
Responses
201 OK: Channel created successfully.400 Bad Request: Validation error.409 Conflict: Channel with same name already exists.404 Not Found: Channel type not found.503 Service Unavailable: Channel validation failed.
Request
Responses
- 201
- 400
- 404
- 409
- 503
Channel created successfully
Bad Request
Not Found
Conflict
Service Unavailable