Accounts management.
Getting intomation about accessible accounts
GET https://api.truesocialmetrics.com/gamma/account?api_user=x@x.com&api_key=2999cccf4896592ebafc8cecdee529
or the same request with CURL
curl https://api.truesocialmetrics.com/gamma/account?$TT_AUTH
{
"status": "ok",
"response": [
{
"id": "8c9f017984025e6ce1ce6ae2aede3923",
"name": "US/Tesco"
},
{
"id": "f84b188cdb114f7f67428c5c54ba5660",
"name": "UK/Tesco"
}
]
}