Create Channel
Create a new realtime channel with a pattern for subscription matching
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Channel pattern for subscription matching. Uses SQL LIKE wildcards, for example "order:%".
1"order:%"
Human-readable description of the channel
"Order updates channel"
URLs to receive webhook notifications
Whether the channel should be active upon creation
true
Response
Channel created successfully
Unique identifier for the channel
"550e8400-e29b-41d4-a716-446655440000"
Channel pattern for subscription matching. Uses SQL LIKE wildcards, for example "order:%".
1"order:%"
Whether the channel is currently active
true
Timestamp when the channel was created
"2024-01-15T10:30:00Z"
Timestamp when the channel was last updated
"2024-01-15T10:30:00Z"
Human-readable description of the channel
"Order updates channel"
URLs to receive webhook notifications for messages on this channel