Create insuredCopy Pagepost https://api.advancehq.com/v1/insuredCreates a new insured record with the provided details.Body ParamsRequest body for creating an insured via the public API.address1string | nullStreet address line 1address2string | nullStreet address line 2 (suite, floor, etc.)address_statestring | nullState or provincecitystring | nullCitycountrystring | nullCountrycustomer_external_idstring | nullYour system's unique identifier for this insured. Used for lookups via GET /v1/insured/customer_external_id/{id}.email_primarystring | nullPrimary email address. Must be unique per tenant.email_secondarystring | nullSecondary email addressfirst_namestring | nullContact first nameinsured_namestringrequiredName of the insured (company or individual)last_namestring | nullContact last namephone_numberstring | nullPhone number (max 15 characters)zip_codestring | nullPostal / ZIP codeResponses 200Successful Response 400Bad Request - Invalid input parameters or malformed request body 401Unauthorized - Missing or invalid authentication credentials 403Forbidden - Insufficient permissions to access this resource 404Not Found - The requested resource does not exist 422Validation Error 429Too Many Requests - Rate limit exceeded 500Internal Server Error - An unexpected error occurredUpdated about 2 months ago Get all insuredGet insured by customer external IDDid this page help you?YesNo