Get status and availability
Obtain a full list of companies available for your client, together with their current status, availability (functional or not) and available login methods.
apiKeyauthorization-tokenheaderHeader Parameters
["2025-01-01"]Responses
Additional input for login step.
Set of available coverage types and subtypes for this company
Name of the company.
Available company and line of business for insurance pdf upload.
FR_ABEILLE_HOME, FR_ABEILLE_VEHICLE, FR_ALLIANZ_HOME, FR_ALLIANZ_VEHICLE, FR_ANIMAUXSANTE_HOME, FR_ASSUR_OPOIL_ANIMAL, FR_AXA_HOME, FR_AXA_VEHICLE, FR_AXA_GENERAL, FR_BANQUE_POPULAIRE_HOME, FR_BANQUE_POPULAIRE_VEHICLE, FR_BULLE_BLEUE_HOME, FR_CAISSE_DEPARGNE_HOME, FR_CARDIF_HOME, FR_CREDIT_AGRICOLE_HOME, FR_CREDIT_AGRICOLE_VEHICLE, FR_CREDIT_MUTUEL_HOME, FR_CREDIT_MUTUEL_VEHICLE, FR_DEMO_HOME, FR_DEMO_VEHICLE, FR_DIRECT_ASSURANCE_HOME, FR_DIRECT_ASSURANCE_VEHICLE, FR_ECA_HOME, FR_ECA_VEHICLE, FR_ECA_ANIMAL, FR_GENERALI_HOME, FR_GENERALI_VEHICLE, FR_GMF_HOME, FR_GMF_VEHICLE, FR_GROUPAMA_HOME, FR_GROUPAMA_VEHICLE, FR_LUKO_HOME, FR_LOLIVIER_HOME, FR_LOLIVIER_VEHICLE, FR_LA_BANQUE_POSTALE_HOME, FR_LA_BANQUE_POSTALE_VEHICLE, FR_MAAF_HOME, FR_MAAF_VEHICLE, FR_MACIF_HOME, FR_MACIF_VEHICLE, FR_MAIF_HOME, FR_MAIF_VEHICLE, FR_MATMUT_HOME, FR_MATMUT_VEHICLE, FR_SOCIETE_GENERAL_INSURANCE_HOME, FR_SOCIETE_GENERAL_INSURANCE_VEHICLE, FR_MMA_HOME, FR_MMA_VEHICLE, FR_SANTEVET_HOME, FR_AXA_PERSON, FR_ACHEEL_HOME, FR_MALAKOFF_HUMANIS_HEALTH, FR_HARMONIE_MUTUELLE_HEALTH, FR_ALAN_HEALTH, FR_AESIO_MUTUELLE_HEALTH, or FR_AG2R_LA_MONDIALE_HEALTH.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.
USERNAME_AND_PASSWORD, PDF_UPLOAD, or MANUAL_SELECT.Disabled login methods for the company.
USERNAME_AND_PASSWORD, PDF_UPLOAD, or MANUAL_SELECT.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. Once taken out of BETA it cannot be set to BETA again.
OK, BETA, or NOT_IMPLEMENTED.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.
curl https://api.insurely.com/companies/availability \ -H "authorization-token: <authorization-token>"[ { "additionalLoginInputs": [], "availableCoverageScopes": [ { "insuranceSubType": "condoInsurance", "insuranceType": "houseContentInsurance" }, { "insuranceSubType": "landlordInsurance", "insuranceType": "houseContentInsurance" }, { "insuranceSubType": "carInsurance", "insuranceType": "vehicleInsurance" } ], "company": "fr-abeille", "companyAndLineOfBusinesses": [ "FR_ABEILLE_HOME", "FR_ABEILLE_VEHICLE" ], "companyDisplayName": "Abeille", "consentRequirements": [ { "method": "NONE", "type": "TRADE_UNION_MEMBERSHIP" } ], "functional": false, "loginMethods": [ "USERNAME_AND_PASSWORD", "PDF_UPLOAD" ], "nonFunctionalLoginMethods": [], "resetCredentials": { "resetPasswordUrl": "https://www.abeille-assurances.fr/particulier/faq-espace-client/recuperer-identifiant-mot-de-passe.html" }, "status": "BETA", "supportsPreheating": false }]