Download OpenAPI specification:Download
Swagger Assets Api
Authenticate an account by account/password
| account required | string Account |
| password required | string Password |
{- "error": "false",
- "status": "200",
- "data": {
- "token": "---JWT Token---",
- "expires_at": "2021-09-03 19:41:27",
- "refresh_token": "---Refresh Token---"
}
}Renew an authentication token
| Token required | string Example: Refresh [refresh_token] The Refresh token received from the |
{- "error": "false",
- "status": "200",
- "data": {
- "token": "---JWT Token---",
- "expires_at": "2021-09-03 19:41:27",
- "refresh_token": "---Refresh Token---"
}
}A quote is obtained from the insurer for the product specified in the request.
| Token required | string |
JSON format body
required | object |
required | object |
{- "provider": {
- "organization": {
- "businessName": "colonnade"
}, - "authentication": {
- "account": "{{colonnade_email}}",
- "password": "{{colonnade_password}}",
- "code": ""
}
}, - "product": {
- "solarPanel": {
- "startDate": "{{tomorrow}}",
- "termTime": 12,
- "solarPanelItems": [
- {
- "category": "Photovoltaic/Solar/Heat Pump",
- "brand": "Tier-1 Canadian Solar 405W",
- "power": "3",
- "type": "Single-phase, Supracharge, Three-phase",
- "count": 10,
- "inverter": {
- "brand": "Huawei SUN2000-3/5/6/8/10KTL"
}, - "smartMeter": {
- "brand": "Smart meter Huawei"
}, - "installationDate": "2025-01-01",
- "address": {
- "country": "RO",
- "county": "CJ",
- "city": "Cluj-Napoca",
- "cityCode": "54984",
- "street": "Principala",
- "houseNumber": "19-21",
- "building": "A1",
- "staircase": "1",
- "apartment": "12",
- "floor": "3",
- "postcode": "400356"
}
}
]
}, - "gap": {
- "startDate": "{{tomorrow}}",
- "termTime": 12,
- "vehicle": {
- "licensePlate": "CT96AEC",
- "registrationType": "registered",
- "vin": "TSMLYDD1S00C4210",
- "vehicleType": "M1",
- "brand": "Suzuki",
- "model": "Vitara",
- "yearOfConstruction": 2023,
- "totalWeight": 1880,
- "seats": 5,
- "usageType": "personal",
- "address": {
- "country": "RO",
- "county": "CJ",
- "city": "Cluj-Napoca",
- "cityCode": "54984",
- "street": "Principala",
- "houseNumber": "19-21",
- "building": "A1",
- "staircase": "1",
- "apartment": "12",
- "floor": "3",
- "postcode": "400356"
}
}
}, - "tire": {
- "startDate": "{{tomorrow}}",
- "termTime": 12,
- "vehicleBrand": "SUZUKI",
- "vehicleModel": "Vitara",
- "purchaseDate": "2025-07-29",
- "purchasePrice": 6000,
- "tireMake": "michelin",
- "tireModel": "ALPIN 6",
- "tireWidth": 20,
- "dot": "3719"
}, - "houseAssistance": {
- "startDate": "{{tomorrow}}",
- "termTime": 12,
- "builtArea": 100,
- "usableArea": 90,
- "address": {
- "country": "RO",
- "county": "CJ",
- "city": "Cluj-Napoca",
- "cityCode": "54984",
- "street": "Principala",
- "houseNumber": "19-21",
- "building": "A1",
- "staircase": "1",
- "apartment": "12",
- "floor": "3",
- "postcode": "400356"
}
}, - "digitalProtection": {
- "startDate": "2025-09-06",
- "termTime": 12
}, - "businessCyberProtection": {
- "installmentCount": 4,
- "termTime": 12,
- "startDate": "2025-10-06",
- "turnover": "less_than_100k",
- "numberOfEmployees": 100,
- "numberOfComputers": 25,
- "numberOfInsuredComputers": 1,
- "numberOfServers": 10,
- "numberOfInsuredServers": 1,
- "hasFirewall": true,
- "hasAntivirus": true,
- "wantsEndpointSoftware": true,
- "wantsEdrForComputers": true,
- "wantsEdrForServers": true,
- "insuredAmount": 70000
}, - "extendedWarranty": {
- "startDate": "{{tomorrow}}",
- "termTime": 12,
- "vehicle": {
- "licensePlate": "CT96AEC",
- "registrationType": "registered",
- "vin": "TSMLYDD1S00C4210",
- "vehicleType": "M1",
- "brand": "Volkswagen",
- "model": "Golf",
- "enginePower": 80,
- "currentMileage": 59532,
- "usageType": "personal",
- "isFirstOwner": true,
- "yearOfConstruction": 2023,
- "firstRegistration": "2025-10-20",
- "deliveryDate": "2025-10-15"
}
}, - "policyholder": {
- "businessName": "Life is Hard",
- "companyRegistryNumber": "J12/1403/2004",
- "caenCode": "6202",
- "lastName": "Pop",
- "firstName": "Vasile",
- "isForeignPerson": "false",
- "taxId": "1910716000000",
- "nationality": "RO",
- "citizenship": "RO",
- "gender": "m",
- "birthdate": "2021-01-01",
- "email": "email@email.ro",
- "mobileNumber": "0744444444",
- "identification": {
- "idType": "CI",
- "idNumber": "CJ123456",
- "issueAuthority": "SPCLEP Cluj",
- "issueDate": "2022-11-24"
}, - "address": {
- "country": "RO",
- "county": "CJ",
- "city": "Cluj-Napoca",
- "cityCode": "54984",
- "street": "Principala",
- "houseNumber": "19-21",
- "building": "A1",
- "staircase": "1",
- "apartment": "12",
- "floor": "3",
- "postcode": "400356"
}, - "correspondenceAddress": {
- "country": "RO",
- "county": "CJ",
- "city": "Cluj-Napoca",
- "cityCode": "54984",
- "street": "Principala",
- "houseNumber": "19-21",
- "building": "A1",
- "staircase": "1",
- "apartment": "12",
- "floor": "3",
- "postcode": "400356"
}, - "hasDisability": "false",
- "isRetired": "false"
}
}
}{- "data": {
- "provider": {
- "organization": {
- "businessName": "NUME_SAS"
}
}, - "offers": [
- {
- "offerId": "1",
- "providerOfferCode": "XY01230123",
- "premiumAmount": "89",
- "premiumAmountNet": "89",
- "currency": "RON",
- "startDate": "2022-09-25",
- "endDate": "2023-09-24",
- "referenceRate": "500",
- "commissionValue": "500",
- "commissionPercent": "7",
- "installments": [
- {
- "id": "1",
- "amount": "123",
- "dueDate": "2023-06-10"
}
], - "notes": "RU, MD",
- "offerExpiryDate": "2023-10-20",
- "pid": "url.com",
- "toc": "url.com"
}
]
}
}Download offer in PDF format
| id required | integer Offer identification number |
| Token required | string |
{- "data": {
- "files": [
- {
- "type": "application/pdf",
- "name": "document.pdf",
- "content": "JVBERi0xLjQKJcfs..."
}
]
}
}Retrieve policy PDF file
| series required | string Example: series=XX/12/12 Policy series |
| number required | string Example: number=1234567890 Policy number |
| Token required | string |
{- "data": {
- "files": [
- {
- "type": "application/pdf",
- "name": "document.pdf",
- "content": "JVBERi0xLjQKJcfs..."
}
]
}
}The offer is transformed into a policy based on the offer identifier.
| Token required | string |
JSON formatted body
| offerId required | integer |
required | object |
{- "offerId": 6,
- "payment": {
- "method": "pos",
- "currency": "RON",
- "amount": 10,
- "date": "2024-10-16",
- "documentNumber": "DEMO10013664"
}
}{- "data": {
- "policies": [
- {
- "provider": {
- "businessName": "colonnade"
}, - "policyId": "12",
- "series": "XX/XX",
- "number": "243245345",
- "payment": {
- "method": "receipt",
- "currency": "RON",
- "amount": "89",
- "date": "2023-07-10",
- "documentNumber": "AX4984"
}, - "startDate": "2023-07-10",
- "endDate": "2024-07-09",
- "premiumAmount": "89",
- "currency": "RON",
- "installments": [
- {
- "id": "1",
- "amount": "123",
- "dueDate": "2023-06-10"
}
], - "product": {
- "name": "solar_panel"
}
}
]
}
}Download policy in PDF format
| id required | integer Policy identification number |
| Token required | string |
{- "data": {
- "files": [
- {
- "type": "application/pdf",
- "name": "document.pdf",
- "content": "JVBERi0xLjQKJcfs..."
}
]
}
}Returns product details including packages. If amount and currency are null, the price is dynamic.
| company required | string |
| product required | string |
{- "company": "allianz",
- "product": "house_assistance",
- "packages": [
- {
- "code": "BASIC",
- "name": "HSA-BASIC-2024",
- "amount": 199,
- "currency": "RON"
}
]
}| county_code required | integer County code |
| Token required | string |
{- "error": "false",
- "status": "200",
- "data": [
- {
- "nume": "CLUJ-NAPOCA",
- "cod_judet": "CJ",
- "cod_siruta": "54984"
}
]
}{- "data": [
- {
- "code": "BASIC",
- "name": "Basic",
- "description": "description",
- "product_id": "1 (Pointer)",
- "amount": "10",
- "currency_id": "1",
- "status": "1",
- "amount_without_vat": "8.4"
}
]
}| vehicle_brand_id required | integer ID of the vehicle brand |
| Token required | string |
{- "data": [
- {
- "id": 25711,
- "name": "Grand Vitara",
- "vehicle_brand_id": 193,
- "michelin_external_code": "11926",
- "created_at": "2025-07-29T07:13:35.000000Z",
- "updated_at": "2025-07-29T07:13:35.000000Z",
- "deleted_at": null
}
]
}| tire_brand required | string Code of the tire brand |
| Token required | string |
{- "data": [
- {
- "id": 1,
- "brand": "michelin",
- "name": "4X4 DIAMARIS",
- "created_at": "2025-07-29T08:10:48.000000Z",
- "updated_at": "2025-07-29T08:10:48.000000Z",
- "deleted_at": null
}
]
}