Listflock API

auth/token


Spec

Auth

User

Lists

Todos

Returns an inactive token.

Request url

http://listflock.com/api-0.1/auth/token/?api_key=<key>&api_sig=<signature>


Parameters

api_key (Required) : The api key of your application.
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 not require authentication

Sample Response

<api status="ok">
   <token>
      <value>l89fpsger6jd6lk875df4e3asmg7sl5l9k</value>
   </token>
</api>

Errors