Headers
Authentication Key
Path Parameters
Conversation id
Response
Returns nothing but a stream
The response is of type object.
curl --request GET \
--url https://chat.botpress.cloud/{webhookUrl}/conversations/{id}/listen \
--header 'x-user-key: <x-user-key>'{}Creates a SSE stream to receive messages and events from a conversation
curl --request GET \
--url https://chat.botpress.cloud/{webhookUrl}/conversations/{id}/listen \
--header 'x-user-key: <x-user-key>'{}Authentication Key
Conversation id
Returns nothing but a stream
The response is of type object.
Was this page helpful?