cURL
curl --request GET \ --url https://api.smartermeasure.com/v3/users/{userid}/report \ --header 'Authorization: Basic <encoded-value>'
Return report for a specific user
Basic authentication with username and password
User that should be returned.
The type of report to be returned.
The format the report should be returned in.
User report.
Was this page helpful?