Who am I

Resolves the calling IP to a country whose id is the value country_id fields expect.

GET
/whoami

Authorization

BearerToken
AuthorizationBearer <token>

In: header

Response Body

application/json

application/json

curl -X GET "https://example.com/whoami"
{  "ip": "string",  "user_agent": "string",  "country": {    "id": 0,    "code": "string",    "name": "string"  }}