get https://api.evy.eu/v1/policies
Lists the insurance policies for your store.
Returns
Returns an array of policy objects and the associated pagination information, and raises an error otherwise.
{
"data": [
{
"id": "a749b6df-5c59-4f08-9e44-4bbc15c14704",
"version": 3,
"object": "policy",
"currency": "EUR",
"term_length": 12,
"coverage_terms": ["theft"],
"title": "Theft insurance",
"required_products": "exactly_one",
"offer_designation": "insurance",
"embedded": true,
"post_purchase_window_days": 0,
"created_at": "2025-01-01T12:34:56.000000Z",
"store_id": "9ba8d8e1-7f14-46bf-9148-ad705a4ec95c",
"operator_product_category_ids": ["100"],
"contract_coverage_locale_id": "9ba8d8e1-7f14-46bf-9148-ad705a4ec95c_ABCDEF"
}
],
"object": "list",
"pagination": {
"next_page_token": "zA5sYADPS/YlGEY7zHvn6ctYMuigYjErY",
"prev_page_token": null
}
}