Account API Reference

Your Account

Returns your account information.

GET /account
Calls to this method do not count against the credit limit.

Example

$ curl -u "<API_KEY>:X" https://api.robowhois.com/v1/account

Response

Status: 200
Content-Type: application/json; charset=utf-8
{
  "account": {
    "id": "4ef12dbfca71cce5fd000001",
    "email": "email@example.com",
    "api_token": "0123456789",
    "credits_remaining": 480
  }
}
The value for `credits_remaining` is null unless you are using the "pay-as-you-go" plan.