GET
/
user
Get authenticated user
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"
  }
}

Authorizations

Authorization
string
header
required

API token generated from your PulseGuard dashboard

Response

User information retrieved successfully

success
boolean
required
Example:

true

message
string
required

Success message

data
object

Response data as object