Authentication
Your API key
curl --location 'https://api-staging.rentalcover.com/insurances/quote' \
--header 'Content-Type: application/json' \
--header 'x-api-key: XXXXXXXXXXXXXXXXXXXXXXXXXX' \
--data-raw '
{
"FromDate": "2027-08-01 23:59:59",
"ToDate": "2027-08-01 23:59:59",
"DestinationCountry": "GB",
"CustomerAge": 52,
"FirstName": "John",
"LastName": "Doe",
"Email": "[email protected]",
"Country": "FR",
"LanguageCode": "fr",
"Currency": "GBP"
}Security requirements
Last updated
Was this helpful?

