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

Documentation Index

Fetch the complete documentation index at: https://docs.tilipayments.com/llms.txt

Use this file to discover all available pages before exploring further.

Response

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

languages
object