Retrieves the Message object for a valid identifier.
curl --request GET \ --url https://chat.botpress.cloud/{webhookUrl}/messages/{id} \ --header 'x-user-key: <x-user-key>'
{ "message": { "id": "<string>", "createdAt": "2023-11-07T05:31:56Z", "payload": { "audioUrl": "<string>", "type": "audio" }, "userId": "<string>", "conversationId": "<string>" } }
Authentication Key
Id of the Message
Returns a Message object if a valid identifier was provided
The response is of type object.
object
Was this page helpful?