cURL
curl --request GET \ --url https://app.pulseguard.nl/api/user \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>", "data": { "id": 123, "name": "<string>", "email": "jsmith@example.com" } }
Returns information about the currently authenticated user
API token generated from your PulseGuard dashboard
User information retrieved successfully
The response is of type object.
object