This is a preview version of the API intended for early testing and integration. Preview versions are not stable and may include breaking changes before general availability.
CompanyAvailability
Additional input for login step.
Set of available coverage types and subtypes for this company
The method used to collect data from this company. PSD2 indicates bank API collection, LEFI indicates registry-based collection, and STANDARD indicates the normal Insurely data collection flow.
PSD2, LEFI or STANDARD.Name of the company.
Available company and line of business for insurance pdf upload.
UK_AXA_HOME, UK_AXA_VEHICLE, UK_HASTINGS_DIRECT_HOME, UK_HASTINGS_DIRECT_VEHICLE, UK_POLICYEXPERT_HOME, UK_POLICYEXPERT_VEHICLE, UK_POST_OFFICE_HOME, UK_THE_AA_HOME, UK_THE_AA_VEHICLE or UK_URBAN_JUNGLE_HOME.Company display name, for displaying to users.
The name of the group that a company or integration belongs to
Company-specific links such as contact forms or other external resources
The set of consents required for initiating collections from this company.
Whether or not it is possible to collect data from the company currently.
Configuration options for different login methods.
Available login methods for the company.
UK_DOB_USERNAME_PASSWORD, UK_LASTNAME_MEMBERSHIP_NUMBER, UK_USERNAME_POSTCODE or AUTHENTICATION_APP_URL.Disabled login methods for the company.
UK_DOB_USERNAME_PASSWORD, UK_LASTNAME_MEMBERSHIP_NUMBER, UK_USERNAME_POSTCODE or AUTHENTICATION_APP_URL.Company-specific notifications configuration
Reason for data collection being non-functional at present.
THIRD_PARTY_ERROR, THIRD_PARTY_UPDATE, INSURELY_ERROR, INSURELY_UPDATE or RECONSTRUCTION.Reset links to reset credentials for the company.
Status indicating the quality of the data collection for this company. A company has status BETA until we can guarantee the data quality and stability of it, after which its status is set to OK. A company may also be reported with status DEGRADED_PERFORMANCE when it is experiencing intermittent issues, usually due to errors at the data source. When status is DEGRADED_PERFORMANCE collections can still be attempted but may fail or return incomplete data.
OK, BETA, NOT_IMPLEMENTED or DEGRADED_PERFORMANCE.Whether the company supports starting a collection without user input. Requires input to be passed in at a later stage through the supplemental-info endpoint.
{ "additionalLoginInputs": [], "availableCoverageScopes": [ { "insuranceSubType": "CAR_INSURANCE", "insuranceType": "VEHICLE_INSURANCE" } ], "collectionMethod": "STANDARD", "company": "uk-aviva", "companyAndLineOfBusinesses": "UK_AXA_HOME", "companyDisplayName": "Aviva", "companyGroup": "SEB", "companyLinks": "{'contactFormLink': 'https://example.com/contact'", "consentRequirements": [], "functional": false, "loginConfig": { "passwordFieldPlaceholder": "PASSWORD", "passwordLabel": "PASSWORD", "usernameFieldPlaceholder": "EMAIL", "usernameLabel": "EMAIL" }, "loginMethods": "USERNAME_AND_PASSWORD", "nonFunctionalLoginMethods": "USERNAME_AND_PASSWORD", "notifications": "{'LOADING_SCREEN': 'SIGNIN_WARNING'}", "reason": "THIRD_PARTY_ERROR", "resetCredentials": "{'resetUsernameUrl': 'https://insurely.com/forgot-username', 'resetPasswordUrl': 'https://insurely.com/forgot-password'}", "status": "OK", "supportsPreheating": false}