These docs are for v2.0. Click to read the latest docs for v3.3.

Returns the object stored with the specified key.

curl -i -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -H "Authorization: SESSION_TOKEN" \
  -X GET "https://api.thethings.io/v2/classes/me/Playlists/25" -k
{
  "results" : [
    {
      _id: 25,
      "name": "Dubstep Mix",
      "duration" : 180
    }
  ]
}
Language
Click Try It! to start a request and see the response here!