Status

The Status endpoint enables the RentalCover server to respond with the booking details (including status) of the specified booking reference.

Endpoint: /insurances/status

Method: GET

curl -i -X GET \
-H "X_API_KEY: [my-api-key]" \
-H "Content-Type: application/json" \
https://api-staging.rentalcover.com/insurances/status/AB12-345C-INS

Booking Statuses

Status

Meaning

Received

Policy has been quoted but not yet paid for.

PendingConfirm

Policy has been paid for and final confirmation is pending.

Confirmed

Policy has been paid for and confirmed.

Cancelled

Policy has been cancelled.

Last updated