Skip to content

/channels (POST)

POST
/channels
curl --request POST \
--url https://culipulse.dev/v1/channels \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "type": "telegram" }'
Media typeapplication/json
object
type
string
Example
telegram

Created

Media typeapplication/json
object
Examplegenerated
{}

Invalid request

Media typeapplication/json
object
error
required
string
request_id
string
Example
{
"error": "not found",
"request_id": "req_abc123"
}