Channel webhook

POST
/channels/{channel}/events

Channel intake. The raw bytes and headers go to the adapter's verify; the whole batch is inserted into the inbox in one transaction before the adapter's ack response is returned. Not authenticated by bearer: the adapter verifies the provider's signature.

Path Parameters

channel*string

A key of host({channels}).

Match^[a-z][a-z0-9_]{0,63}$

TypeScript Definitions

Use the request body type in TypeScript.

body*string

Response Body

application/json

application/json

curl -X POST "https://example.com/channels/string/events" \  -H "Content-Type: */*" \  -d 'string'
Empty
Edit on GitHub