Skip to main content
GET
/
v1
/
brands
/
{brandId}
/
terms-and-conditions
Get terms and conditions
curl --request GET \
  --url https://api.letsway.com/v1/brands/{brandId}/terms-and-conditions
{
  "title": "<string>",
  "mediaId": "<string>",
  "media": {
    "id": "uuid-value",
    "uri": {
      "original": "https://example.com/image.jpg"
    },
    "kind": "gallery"
  }
}

Response

200 - application/json

Get terms and conditions

title
string
required

Title of the document

mediaId
string
required

Media identifier for the document

media
object

Media reference object