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>'

Documentation Index

Fetch the complete documentation index at: https://developers.smarterservices.com/llms.txt

Use this file to discover all available pages before exploring further.

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

Report link URL for the user.