Checkio API
get/v1/my/ip

Get my IP

Requires Authentication
My

Returns the client's IP address as seen by the server

Responses

IP address

Response Bodyapplication/json
ipAddress
string

Code Examples

curl -X GET 'https://api-next.checkio.co.uk/v1/my/ip' \
  -H 'Authorization: Bearer {token}'