Todo.ly REST API Method: GET /Authentication/Token

Returns Token after authenticated with Basic Authentication. Token is for the Authenticated User. In case it’s not used for 5 hours, it expires.

URL:

https://todo.ly/api/authentication/token.format

Formats:

xml, json

HTTP Method(s):

GET

Requires Authentication:

true

Parameters:

None

Usage examples:

https://todo.ly/api/authentication/token.xml

Response:

<TokenObject> 
  <TokenString>2171f46e5e3a47cc921b4f6edfc44c29</TokenString> 
  <UserEmail>email@email.com</UserEmail> 
  <ExpirationTime>2010-06-13T19:29:51.813</ExpirationTime> 
</TokenObject>