This endpoint returns the values of the specified resource.

curl -i -H "Accept: application/json" \
  -H "Authorization: SESSION_TOKEN" \
  -X GET "https://api.thethings.io/v2/me/resources/temperature" -k
{
  "thingId1" : [
    {"value":15, "datetime" : "20150202T220035.00Z"},
    {"value":17, "datetime" : "20150202T210035.00Z"}
  ]
}
Language
Click Try It! to start a request and see the response here!