Skip to main content
GET
/
users
/
{userid}
/
reportlink
Provides a URL that can be used to view the report for the user.
curl --request GET \
  --url https://api.smartermeasure.com/v3/users/{userid}/reportlink \
  --header 'Authorization: Basic <encoded-value>'
{
  "EntryLink": "https://api.smartermeasure.com/quickview.ViewReport/key/1F9AA19FD4D41811B0D8128EFD457FC",
  "ExpiresAt": "2026-06-09T20:43:26Z",
  "LinkId": "38a746104b91456a9c454b4b051ab524"
}

Authorizations

Authorization
string
header
required

Basic authentication with username and password

Path Parameters

userid
number
required

User that should be returned.

Query Parameters

ttl
number
default:2

The number of minutes the link should be valid for. Default is 2 minutes, max is 90 days.

Response

200 - application/json

Report link URL for the user.

EntryLink
string

The URL to access the user's report. Valid until ExpiresAt.

ExpiresAt
string<date-time>

The date and time the link expires.

Unique identifier for this report link.