GET
/
v1beta
/
toolbox
/
get-ip
Get client IP
curl --request GET \
  --url https://app.pulseguard.nl/api/v1beta/toolbox/get-ip \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>",
  "data": {
    "ip": "<string>"
  }
}

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.