Routes

Find user by externalId

GEThttps://api.insurely.com/users

Find a user by externalId. Returns 404 if not found.

Request

Query Parameters

externalIdstring

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?externalId=your-value \
  -H "authorization-token: <authorization-token>"