Routes
Get user
GEThttps://api.insurely.com/users/{userUuid}
Get a user by userUuid. With API key, any user within client scope can be accessed. With JWT, only the authenticated user's own profile can be accessed.
Request
Path Parameters
userUuidstring
Header Parameters
Insurely-Versionstring
Specifies the API version to use. Must match the version of the endpoint you are targeting.
Possible Enum values are
2026-04-01.Responses
User found.
Body
anonymizedboolean
createdAtstring[date-time]
externalIdstring
updatedAtstring[date-time]
userUuidstring
cURL
curl https://api.insurely.com/users/{userUuid} \
-H "authorization-token: <authorization-token>"