get https://api.nabla.com/v1/events/
Our server stores events for the last 30 days, so that you can fetch them in case you missed them.
Example response
[
{
"id": "695404b3-6ebf-4b17-9c64-fd397193e7d1",
"type": "conversation.got_tagged",
"data": {
"conversation_id": "6f1e239e-bb9a-4534-b736-c97d0736d402",
"tag": "FOOD"
}
},
{
"id": "0126e5e7-0ccb-48ee-b726-00ffa59abab6",
"type": "conversation.received_provider_message",
"data": {
"conversation_id": "6f1e239e-bb9a-4534-b736-c97d0736d402",
"message": "Hello Alice, I'm Dr Francis Renard."
}
}
]