Retrieves information about the account.
Authentication: In order to use this method you must be authenticated using one of the supported methods.
Content will contain
GET /v2/Account/Info HTTP/1.1 Host: api.messagenet.com.au Authorization: Bearer 12345 Accept: application/json Content-Type: application/json
And an example response
{
"AccountName": "MessageNet",
"AccountStatus": "ACTIVE",
"AccountType": "PREPAID"
"MessageCredits": 1000
}