Headers
Authentication Key
Path Parameters
ID of the Event
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>"
}
}Authentication Key
ID of the Event
Was this page helpful?