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