Listflock API

auth/session


Spec

Auth

User

Lists

Todos

Get the user session key as part of authentication.

Request url

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


Parameters

api_key (Required) : The api key of your application.
token (Required) : The 32 character token returned with the callback.
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">
   <session>
      <name>JohnDoe</name>
      <sk>l8h6yger4xc6lk875df4e3as5gh65l9k</sk>
   </session>
</api>

Errors