Get list of Languages

Get a list of supported languages for your campaigns.

{
    "results": [
        {
            "name": "AB",
            "value": "Abkhaz"
        },
        {
            "name": "AF",
            "value": "Afrikaans"
        },
        {
            "name": "SQ",
            "value": "Albanian"
        },
        {
            "name": "AM",
            "value": "Amharic"
        },
        {
            "name": "AR",
            "value": "Arabic"
        }
      // Additional rows (objects) omitted...
   ]
   // Additional detail omitted...
}

πŸ“˜

Traversing the Tree

The request URL in this example ends with the key languages - returned by Get list of Dictionaries. (See Traversing the Tree for an overview.)

Language