---
title: "findTermsAndConditionsLinks offer"
method: POST
path: "/offers/{id}/terms_and_conditions_links/"
tags: ["offer"]
---

# findTermsAndConditionsLinks offer

`POST /offers/{id}/terms_and_conditions_links/`

Fetch the terms and conditions links based on params. If no params are provided, the links will be returned in the language of the end customer.

## Path parameters

- `id` string, regexp, required — Offer ID

## Request body

- FindTermsAndConditionsLinksRequestBody
  - `params` object
    - `language` string — Language of the terms and conditions links

## Response `200`

OK response.

- TermsAndConditionsResult
  - `applicable_terms_and_conditions` TermsAndConditions[], required — Links to the documents in the applicable language for the end customer country code
    - `id` string, regexp, required — Unique identifier for the document
    - `type` string, required — One of the following categories (purchase, rent , topi_care , topi_care_plus , services , data_deletion_certificate)
    - `url` string, required — Link to the document
  - `de` TermsAndConditions[], required — Links to the documents in German
    - `id` string, regexp, required — Unique identifier for the document
    - `type` string, required — One of the following categories (purchase, rent , topi_care , topi_care_plus , services , data_deletion_certificate)
    - `url` string, required — Link to the document
  - `en` TermsAndConditions[] — Links to the documents in English
    - `id` string, regexp, required — Unique identifier for the document
    - `type` string, required — One of the following categories (purchase, rent , topi_care , topi_care_plus , services , data_deletion_certificate)
    - `url` string, required — Link to the document
  - `nl` TermsAndConditions[], required — Links to the documents in Dutch
    - `id` string, regexp, required — Unique identifier for the document
    - `type` string, required — One of the following categories (purchase, rent , topi_care , topi_care_plus , services , data_deletion_certificate)
    - `url` string, required — Link to the document

## Other responses

- `400` — BadRequest: Bad Request response.
- `401` — Unauthorized: Unauthorized response.
- `403` — InvalidScopes: Forbidden response.

---

[API](https://skmtc.net/topi/apis/topi-public-api.md) · [All operations](https://skmtc.net/topi/apis/topi-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/topi/topi-public-api/revisions/f4208dbc3eb3/schema)
