Patascore APIs
  • Patascore
  • Authentication
  • Customer Operations
    • Register Customer
    • Fetch Customer
  • Verification & Credit Data Operations
    • Fetch Verification
    • Mobiloanscore (Sync)
    • Mobiloanscore (Async)
  • Business Verification
    • Business Verification
    • Fetch Results (Optional)
  • MPESA Operations
    • Upload Statement (Extraction)
    • Extraction Status
    • Scoring Results
  • Bank Operations
    • Upload Statement (Extraction)
    • Scoring Results
  • Transactions Operations
    • Submit Transactions
    • Fetch Score Results
  • Financial Education
    • Fetch Modules
    • Fetch Websocket Conversaction
    • Fetch Customer Session Summary
    • Fetch Customer Summary
    • Fetch Program Summary
    • Customer Subscription
      • Subscribe to Websocket
  • Billing Operations
    • Account Balance
    • Topups
    • Account Usage
Powered by GitBook
On this page

Was this helpful?

  1. Financial Education

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"
        }    ]
}

PreviousFetch ModulesNextFetch Customer Session Summary

Last updated 4 years ago

Was this helpful?