curl --request GET \
--url https://chat.botpress.cloud/{webhookUrl}/events/{id} \
--header 'x-user-key: <x-user-key>'{
"event": {
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"payload": {},
"conversationId": "<string>",
"userId": "<string>"
}
}Retrieves the Event object for a valid identifier.
curl --request GET \
--url https://chat.botpress.cloud/{webhookUrl}/events/{id} \
--header 'x-user-key: <x-user-key>'{
"event": {
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"payload": {},
"conversationId": "<string>",
"userId": "<string>"
}
}Documentation Index
Fetch the complete documentation index at: https://botpress.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?