Fetch Websocket Conversaction
Get Cakes
GET
{{BASE_URL}}/api/v1/message/all?customerUuid=[customer_uuid]&sessionUuid=[session_uuid]
This endpoint allows you to get free cakes.
Path Parameters
Name
Type
Description
id
string
ID of the cake to get, for free of course.
Headers
Name
Type
Description
Authentication
string
Authentication token to track down who is emptying our stocks.
{
"status": 200,
"message": "Messages successfully fetched",
"data": [
{
"id": 888,
"message": "Congratulations! You have successfully been enrolled to the Test Module Updated that aims to help you climb up the financial ladder. To start, please take this pre-quiz to gauge your level of knowledge before the training.\n Reply with 1 to start.",
"session_uuid": "ea922437-0364-456d-a454-1ed530419292",
"message_type": "SENT",
"date_time": "15/04/2020 16:52"
},
{
"id": 889,
"message": "1",
"session_uuid": "ea922437-0364-456d-a454-1ed530419292",
"message_type": "RECEIVED",
"date_time": "15/04/2020 16:56"
} ]
}
Last updated
Was this helpful?