v2

latestOpenAPI 3.0.32026-08-05174296703.4 KB
offer

getAnonymizedTermsAndConditionsLinks offer

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

get/offers/{id}/terms_and_conditions_links/anonymized

Path parameters

idstring regexp required

Offer ID

Example:739b63c2-9e58-4964-b38d-4ebb424de242

Offer ID

Query parameters

tokenstring required

the shared token

Example:abc123

the shared token

Response

OK response.

Example response

{
  "applicable_terms_and_conditions": [
    {
      "id": "739b63c2-9e58-4964-b38d-4ebb424de242",
      "type": "abc123",
      "url": "abc123"
    }
  ],
  "de": [
    {
      "id": "739b63c2-9e58-4964-b38d-4ebb424de242",
      "type": "abc123",
      "url": "abc123"
    }
  ],
  "en": [
    {
      "id": "739b63c2-9e58-4964-b38d-4ebb424de242",
      "type": "abc123",
      "url": "abc123"
    }
  ],
  "nl": [
    {
      "id": "739b63c2-9e58-4964-b38d-4ebb424de242",
      "type": "abc123",
      "url": "abc123"
    }
  ]
}