Account October 06 2015
GET information about your account...
/api/v2/account /api/v2/account.xml
Example result...
<?xml version="1.0" encoding="UTF-8"?> <account> <id type="integer">4334</id> <name>Warner Brothers</name> <email>bugs@bunny.com</email> <url>warner.fetchapp.com</url> <billing_email>daffy@duck.com</billing_email> <order_expiration_in_hours type="integer">240</order_expiration_in_hours> <download_limit_per_item type="integer">3</download_limit_per_item> <currency>USD</currency> <created_at type="datetime">2008-12-28T18:47:56+00:00</created_at> <api_key>bugs</api_key> <api_token>carrots</api_token> </account>
GET a new API token (this replaces your existing one)...
/api/v2/new_token /api/v2/new_token.xml
Example result...
<?xml version="1.0" encoding="UTF-8"?> <message>abcdef6fdas</message>