get https://api.evy.eu/v1/offers/categories/
Lists the insurance or services offers for a product category. Supply the product's category and price for which you want offers, and Evy will return the corresponding offers, and locale information.
Returns
Returns an array of offer objects, and the associated locale object, and raises an error otherwise.
{
"offers":[
{
"id": "23235424-4a35-43bd-bb6a-f67d01d5790e",
"object": "offer",
"coverage": ["theft"],
"coverage_id": "3",
"currency": "EUR",
"required_products": "exactly_one",
"payment_type": "one_time",
"policy_id": "7f3baf0f-5282-4381-961b-4a8dcb056990",
"price": 1000,
"term": 12
}
],
"locale": {
"object": "locale",
...
}
}