Create policyholder

📘

API Refs

This endpoint creates a new policyholder in your agency's account.

Request body

NameTypeDescriptionRequired
firstNamestringFirst name of the policyholder (max 255 characters)yes
lastNamestringLast name of the policyholder (max 255 characters)yes
emailstringPrimary contact email addressyes
businessNamestringBusiness name (optional)no

Response

NameTypeDescription
idnumberUnique policyholder identifier

Example

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

Note

The email address must be unique within your account.