My IP address

Returns the IP address of the API client.

GET
https://api.example.com/v1/user/ip_address

If successful, this endpoint will return a 200 OK status.

Returned Object

When the request is successful, you can expect an object matching the specification below to be returned.

{
    ip_address: String
}