cURL
curl --request GET \ --url https://app.pulseguard.nl/api/v1beta/toolbox/get-ip \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>", "data": { "ip": "<string>" } }
Get the client’s public IP address (Expert Plan required)
API token generated from your PulseGuard dashboard
Client IP retrieved successfully
The response is of type object.
object