TnC And Privacy Policy

This method retrieves the text of your Terms and Conditions (T&C) and Privacy policy in the language that you specify. You use this method to populate your T&C page with your T&C content when a user visits it. use gateway.[msdomain]

Request (GET)

/gateway/tnc/{version}/document/revision/lastPublished/{brand_id}/{language}/{type}

Parameters:

Name In Type Required Description
version path string true The API version to use.
language path string true The language get data for.
type path string true The type of request (tnc/privacy are the only options).
brand_id path int true The ID of the casino. If a brand_id is not provided, all message formats will be fetched from default storage.

Response

Status 200

{
  "language": "en",
  "prompt": "1",
  "version": "26.1.1",
  "body": "this is the tnc version of brand please read all sections carefully"
}

Status 400

{
  "errMsg": "invalid input - invalid brand id"
}

Status 500

{
  "result": "internal server error"
}

Response Parameters:

Name Description
language language of given doc.
prompt an indication if player will get notified if new version of doc is available.
version current version of doc.
body doc content.