Skip to main content

Get channel type info

GET 

/api/v1/notifications/channels/registry-info/types/{channelType}

Get detailed configuration schema for a specific channel type.

Parameters

  • channelType (string, required): Channel type identifier (e.g., 'email', 'teamplus')

Responses

  • 200 OK: Returns detailed channel type configuration schema.
  • 404 Not Found: Channel type not found.
  • 400 Bad Request: Invalid channel type format.

Request

Responses

Channel type info retrieved successfully