Skip to main content
GET
/
terms-and-conditions
Get all current terms and conditions
curl --request GET \
  --url https://api.sandbox.iron.xyz/api/terms-and-conditions \
  --header 'X-API-Key: <api-key>'
[
  {
    "display_name": "Terms and Conditions",
    "id": "019afd52-c53f-73e0-9e73-a5b9e0cee3f7",
    "url": "https://www.google.com/terms-and-conditions"
  }
]

Authorizations

X-API-Key
string
header
required

API Key

Query Parameters

country
string
required

Response

display_name
string
required

the display name of the terms and conditions

id
string<uuid>
required

The unique identifier for the terms and conditions url

url
string
required

The URL of the terms and conditions