Listflock API

lists/get


Spec

Auth

User

Lists

Todos

Returns all the users lists.

Request url

http://listflock.com/api-0.1/user/stats/?api_key=<key>&sk=<sessionkey>&api_sig=<signature>


Parameters

api_key (Required) : The api key of your application.
sk (Required) : 32 character string returned through the authentication process.
api_sig (Required) : Signature for the request as described in the authentication spec.

This request must be be made using HTTP GET.

Auth

This request does require authentication

Sample Response

<api status="ok">
   <lists returned="1">
      <list>
         <id>10</id>
         <name>College Work</name>
         <description></description>
         <no_left>5</no_left>
      </list>
   </lists>
</api>

Errors