---
title: "Service used to retrive a pdf from an offers item."
method: GET
path: "/offers/{offerId}/items/{itemId}/insurance/document"
tags: ["Offer PDF"]
---

# Service used to retrive a pdf from an offers item.

`GET /offers/{offerId}/items/{itemId}/insurance/document`

After an offer was made available and accepted (effectivation) then a PDF is ready to be consumed with the relevant informations of the offer.

## Path parameters

- `offerId` string, required
- `itemId` number, required

## Headers

- `X-Company-Id` string, required
- `X-Application-Id` string, required
- `X-User-Id` string, required
- `X-Sucursal-Id` string, required
- `X-Susep-Id` string, required
- `X-Track-Id` string, required

## Response `200`

Successful Operation

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Data not found
- `405` — Data input not supplied or invalid
- `406` — Exception

---

[API](https://skmtc.dev/hdi/apis/api-authentication-and-authorization.md) · [All operations](https://skmtc.dev/hdi/apis/api-authentication-and-authorization/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hdi/api-authentication-and-authorization/revisions/216d39155ad4/schema)
