docs

WAABOT-SDK APIs: Message Log

AUTHORIZATION Bearer Token

GET Get All

/message-log?page=1&limit=10

Example Request

curl --location --request GET '/attachment' \
--data '{
    "session_id": "",
    "access_token": ""
}'

Example Response


GET Get All (For All Bots)

/message-log?type=all&page=1&limit=10

Example Request

curl --location --request GET '/attachment' \
--data '{
    "session_id": "",
    "access_token": ""
}'

Example Response


GET Get One

/message-log/61b1b55ca29cc051b494dd4f

Example Request

curl --location --request GET '/attachment/61b1b55ca29cc051b494dd4f' \
--data '{
    "session_id": "",
    "access_token": ""
}'

Example Response



We hope this guide provides you with the necessary information to get all message logs using our API. If you have any questions or need further assistance, please feel free to contact our support team.