The list of reasons that may disqualify an insurance policy from being booked.
GET
/metadata/insurance_policy_booking_disqualifications
curl \
--request GET 'https://api.arta.io/metadata/insurance_policy_booking_disqualifications' \
--header "Authorization: ARTA_APIKey s0e1t2e3c4a5s6t7r8o9n10o11m12y"
Response examples (200)
# Headers
content-type: application/json
x-arta-request-id: FkBjuxbwLLTx4RoAARkx
# Payload
[
{
"description": "Insurance coverage cannot be activated because one or more packages have already been picked up by the carrier. Coverage must be purchased before shipment begins.",
"id": "package_in_transit",
"name": "Package in transit"
}
]