get
https://api.thethings.io/v2/classes/me//
Returns the object stored with the specified key.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
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
}
]
}