get https://api-prod-us-west-2.solinkcloud.com/v2/reports
Sample Request
curl --request GET \
--url https://api-prod-us-west-2.solinkcloud.com/v2/reports \
--header 'Authorization: Bearer {ACCESS_TOKEN}' \
--header 'accept: application/json' \
--header 'x-api-key: {API_KEY}'
Sample Response
[
{
"id": "19d889b0-5148-11ed-8f0c-bdae3dfd1ab5",
"name": {
"en-CA": "All Drive-Thru Events"
},
"description": {
"en-CA": "Contains all Drive-Thru Bookmark events created by the Solink dwell time feature."
}
}
]