Get policyholder by ID

📘

API Refs

This endpoint returns detailed information about a specific policyholder in your agency's account.

URI Parameters

NameTypeDescriptionRequired
idnumberThe policyholder IDyes

Response

NameTypeDescription
idnumberUnique policyholder identifier
firstNamestringFirst name of the policyholder
lastNamestringLast name of the policyholder
businessNamestringBusiness name (if provided)
emailstringPrimary contact email

Example

{
  "id": 123,
  "firstName": "John",
  "lastName": "Doe",
  "email": "[email protected]",
  "businessName": "Acme Insurance"
}