Read Records
Request
curl --location --request GET 'https://<API ROUTE>/data/read/<CURSORID>' \
--header 'Authorization: Bearer <BOT AUTH TOKEN>' \Response
{
"Result":[
{
...
},
{
...
}
]
}Response Codes
Last updated
Was this helpful?