Routes

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.

GEThttps://api.insurely.com/companies/availability
authorization-token
Type:apiKey
Parameter Name:authorization-token
In:header

Header Parameters

Insurely-Versionstring

Enum:["2025-01-01"]

Responses

additionalLoginInputsArray<AdditionalLoginInput>

Additional input for login step.

availableCoverageScopesArray<InsuranceTypeAndSubtype>

Set of available coverage types and subtypes for this company

companystring

Name of the company.

companyAndLineOfBusinessesArray<string>

Available company and line of business for insurance pdf upload.

Possible Enum values are 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.
companyDisplayNamestring

Company display name, for displaying to users.

companyGroupstring

The name of the group that a company or integration belongs to

companyLinksobject

Company-specific links such as contact forms or other external resources

consentRequirementsArray<ConsentRequirement>

The set of consents required for initiating collections from this company.

functionalboolean

Whether or not it is possible to collect data from the company currently.

Configuration options for different login methods.

loginMethodsArray<string>

Available login methods for the company.

Possible Enum values are USERNAME_AND_PASSWORD, PDF_UPLOAD, or MANUAL_SELECT.
nonFunctionalLoginMethodsArray<string>

Disabled login methods for the company.

Possible Enum values are USERNAME_AND_PASSWORD, PDF_UPLOAD, or MANUAL_SELECT.
reasonstring

Reason for data collection being non-functional at present.

Possible Enum values are THIRD_PARTY_ERROR, THIRD_PARTY_UPDATE, INSURELY_ERROR, INSURELY_UPDATE, or RECONSTRUCTION.
resetCredentialsobject

Reset links to reset credentials for the company.

statusstring

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.

Possible Enum values are OK, BETA, or NOT_IMPLEMENTED.
supportsPreheatingboolean

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
curl https://api.insurely.com/companies/availability \  -H "authorization-token: <authorization-token>"
RESPONSE
[  {    "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  }]