List Reports

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

To fetch Solink reports under your account, use the following endpoint that uses pagination with 100 records per page.

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."
    }
  }
]
Query Params
int32

Indicates the number of records to skip.

Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json