Headers
Authentication Key
Path Parameters
Conversation id
Response
Returns a Conversation object if a valid identifier was provided
curl --request GET \
--url https://chat.botpress.cloud/{webhookUrl}/conversations/{id} \
--header 'x-user-key: <x-user-key>'{
"conversation": {
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
}Retrieves the Conversation object for a valid identifier.
curl --request GET \
--url https://chat.botpress.cloud/{webhookUrl}/conversations/{id} \
--header 'x-user-key: <x-user-key>'{
"conversation": {
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
}Authentication Key
Conversation id
Returns a Conversation object if a valid identifier was provided
Show child attributes
Was this page helpful?