Skip to main content
POST
Create a notification channel

Authorizations

Authorization
string
header
required

API key passed as Bearer token

Body

application/json
channel_type
string
required
config
any
required
name
string
required
enabled
boolean

Response

OK

channel_type
string
required
config
any
required
created_at
string<date-time>
required
enabled
boolean
required
id
string
required
name
string
required
project_id
string
required
updated_at
string<date-time>
required
$schema
string<uri>
read-only

A URL to the JSON Schema for this object.

Example:

"https://api.strait.dev/schemas/NotificationChannel.json"