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

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.