---
title: "getAnonymizedTermsAndConditionsLinks offer"
method: GET
path: "/offers/{id}/terms_and_conditions_links/anonymized"
tags: ["offer"]
---

# getAnonymizedTermsAndConditionsLinks offer

`GET /offers/{id}/terms_and_conditions_links/anonymized`

returns a list of the current term and conditions documents before login

## Path parameters

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

## Query parameters

- `token` string, required — the shared token

## 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.
- `404` — NotFound: Not Found 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/fc745e434b3e/schema)
