Channel verification challenge

GET
/channels/{channel}/events

A provider's subscription check (WhatsApp's hub.challenge): the query goes to the adapter's challenge, which verifies its token. Not authenticated by bearer. A channel whose adapter has no challenge is not_found.

Path Parameters

channel*string

A key of host({channels}).

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

Response Body

application/json

application/json

curl -X GET "https://example.com/channels/string/events"
Empty
Edit on GitHub