GET /account
Input params: none
Example response:
{
  "error": {
    "code": 0,
    "message": ""
  },
  "account": {
    "user_id": "4274",
    "username": "johndoe",
    "account_expiration_date": "2015-08-30 20:57:03",
    "subscription_plan": "Secure Plan (1 year)",
    "counters": {
      "urls": {
        "count": 13,
        "limit": 5000
      },
      "today_api_calls": {
        "count": 8,
        "limit": 500
      },
      "month_urls": {
        "count": 13,
        "limit": 500
      }
    }
  }
}
Response contains information about different counters. These fields depend on server configuration and may vary from server to server.