pull_id | string(uuid) | ID of the pull | |
status | string | Pull Status | enum: STARTED , QUEUED , PROCESSING , IDENTITY_VERIFICATION_OPTIONS , IDENTITY_VERIFICATION , GETTING_CONSUMERS , PULLING_DATA , NOT_AUTHENTICATED , INTERNAL_ERROR , PROVIDER_ERROR , SUCCESS |
first_name | string | First name of policy holder | |
middle_name | string | Middle name of policy holder | |
last_name | string | Last name of policy holder | |
email | string,null | Email optionally provided by consumer after submitting bad credentials (NOT_AUTHENTICATED ) | |
account_email | string(email) | Policy holder email address | |
phone | string | Preferred contact phone | |
mobile_phone | string | Policy holder mobile phone | |
home_phone | string | Policy holder home phone | |
work_phone | string | Policy holder work phone | |
work_phone_extension | string | Policy holder work phone extension | |
insurance_provider_name | string | Policy holder's insurance provider | |
team_id | string(uuid) | Team ID this pull is associated with (should match the team id used or api call) | |
widget_id | string(uuid) | Widget/Link Id that the policy holder submitted on | |
meta_data | object | Developer-supplied arbitrary JSON-serializable data | |
is_archived | boolean | Whether the pull is archived | default: false |
created_at | string(date-time) | Time at which the pull was created by policy holder giving consent | |
public_alias | string | Url alias/extension of the Canopy Connect link where the pull was submitted | |
public_url | string | Full public url used to create pull | |
policies | array | List of policy objects | References Policy |
drivers | array | List of vehicle objects | References Driver |
documents | array | List of document objects | References Document |
addresses | array | List of address objects | References Address |
claims | array | List of claim objects | References Claim |
driving_records | array | List of driving record objects | References DrivingRecord |
loss_events | array | List of commercial loss events objects | References LossEvent |
agents | array | List of agent objects | References AgentInfo |