Listflock API

lists/add


Spec

Auth

User

Lists

Todos

Add a new list.

Request url

http://listflock.com/api-0.1/lists/add/


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.
name (Required) : The short name of for the todo list.
description (Optional) : An optional more in-depth paragraph about the list.

This request must be be made using HTTP POST.

Auth

This request does require authentication

Sample Response

<api status="ok">
   <list>
      <id>10</id>
      <name>College Work</name>
      <description></description>
   </list>
</api>

Errors