Skip to main content
GET
/
languages
Get all languages
curl --request GET \
  --url https://staging.tilipayments.com/api/languages
{
  "languages": {
    "en": "English",
    "bs": "Bosnian"
  }
}

Response

A list of languages that can be used with the API.

languages
object