GET
/
api
/
v1
/
products
/
{product_name}
/
Retrieve a product by name
curl --request GET \
  --url https://dev.superpool.unyte.africa/api/v1/products/{product_name}/ \
  --header 'X-API-Key: <api-key>'
{
  "id": "de210257-05d4-41fe-8e99-66f4b1a4b759",
  "coverages": [],
  "provider": {
    "provider_id": "fe3d49af-4061-436b-ae60-f7044f252a44",
    "provider_name": "SimpleServer Insurance Group",
    "email": "ss@insurance.com"
  },
  "created_at": "2025-02-12 17:21",
  "updated_at": "2025-02-12 17:21",
  "is_trashed": "false",
  "trashed_at": "null",
  "restored_at": "null",
  "name": "Life Insurance",
  "description": "Long-term life insurance scheme.",
  "product_type": "Life",
  "base_premium": "5000.00",
  "is_live": "true",
  "origin_product_id": 2147483647,
  "product_plan": "Standard",
  "pricing": {
    "amount": "5000.00",
    "tax": "500.00",
    "surcharges": "0.00",
    "total_price": "5500.00"
  }
}

Authorizations

X-API-Key
string
header
required

Path Parameters

product_name
string
required

Response

200
application/json

Product details

Serializer for the Product model