GET
/
v2
/
toolbox
/
get-ip
Get client IP
curl --request GET \
  --url https://app.pulseguard.nl/api/v2/toolbox/get-ip \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>",
  "data": {
    "ip": "<string>"
  }
}
This endpoint returns your current public IP address as seen by the server.
Expert Plan Required - This endpoint requires an active Expert Plan subscription for API access.

Authorizations

Authorization
string
header
required

API token generated from your PulseGuard dashboard

Response

200
application/json

Client IP retrieved successfully

The response is of type object.