List contract coverage locales

Lists the contract coverage locales for your policies.

Returns

Returns an array of contract coverage locale objects and the associated pagination information, and raises an error otherwise.

{
  "data": [
    { 
      "id": "7d8ace20-7743-47d6-bba3-5ac8ba8e62b2_ABCDEF",
      "object": "contract_coverage_locale",
      "store_id": "7d8ace20-7743-47d6-bba3-5ac8ba8e62b2",
      "localizations": {
        "fr-FR": {
          "title": "Panne + Casse",
          "items": [
            "Warranty extended by 1 year (total: 2-year warranty)",
            "2-year coverage for drops, spills, and cracked screens from normal use",
            "Service fees apply $19 to repair your phone or $39 to replace it"
          ],
          "excluded_items": [
            "Theft"
          ],
          "legal_documents": [
            {
              "id": "terms_of_service",
              "title": "Terms of Service",
              "url": "https://static.evy.eu/terms_of_service.pdf"
            },
            {
              "id": "insurance_product_information_document",
              "title": "Insurance Product Information Document",
              "url": "https://static.evy.eu/insurance_product_information_document.pdf"
            },
            {
              "id": "price_and_warranty_document",
              "title": "Price & Warranty",
              "url": "https://static.evy.eu/price_and_warranty.pdf"
            }
          ]
        }
      }
    }
  ],
  "object": "list",
  "pagination": {
    "next_page_token": "zA5sYADPS/YlGEY7zHvn6ctYMuigYjErY",
    "prev_page_token": null
  }
}
Language