Quick Start
Before you begin
End-to-end test walkthrough
Step 1. Get a quote
curl -i -X POST \
-H "X_API_KEY: your_staging_api_key" \
-H "Content-Type: application/json" \
-d '{
"FromDate": "2025-08-01 00:00:00",
"ToDate": "2025-08-08 00:00:00",
"CustomerAge": 32,
"DestinationCountry": "IE",
"Country": "US",
"FirstName": "Jane",
"LastName": "Smith",
"Email": "[email protected]"
}' \
https://api-staging.rentalcover.com/insurances/quoteStep 2. Retrieve content
Step 3. Record opt-in
Step 4. Purchase protection
Step 5. Verify confirmation
Step 6. Cancel protection
Test payment cards
Card number
Cardholder
Expiry
CVV
Result
Last updated
Was this helpful?

