Skip to content

Get tracked streams

Rafael Chacon edited this page Feb 22, 2012 · 1 revision

Return the list of streams tracked by current user.

###URL: GET http://public-api.piictu.com/v2/trackings

###HTTP method(s): GET

###Requires authentication (Authentication and Authorization): Yes

###Parameters:

  • none needed

###Usage example:

Example using cURL:

curl -i http://public-api.piictu.com/v2/trackings \
 -H "Authorization: OAuth 2540af0de12cb2367691516b8477b0b7bd66dbd8ab6840b147340c6898c4eebd"

###Response:

On success

  • HTTP response code is 200 (ok)
  • HTTP response body is a JSON string like this:
{
    trackings :
    [
        "4d70f63a5a0d0312b6000005",
        "4d6ebc4f5a0d032648000002",
        "4d70f63a5a0d0312b6000013",
        "4d6ebc4f5a0d032648000058"
     ]
}

Clone this wiki locally