v1

latestOpenAPI 3.1.1Altegio API Agreement2026-08-062032133.5 KB
Dictionaries

Get a list of countries

get/countries

Headers

Acceptstring required

e.g. application/vnd.api.v2+json

Content-Typestring required

application/json

Authorizationstring required

Bearer partner_token

Response

OK

successboolean

Execution success status (true)

metaobject[]

Metadata (empty array)

Example response

{
  "success": true,
  "data": [
    {
      "id": 7,
      "title": "USA",
      "full_title": "United States",
      "iso_code": "US",
      "phone_code": "1",
      "phone_template": "+1 xxx-xxx-xxxx",
      "phone_example": "+1 201-123-4567",
      "currency": "$",
      "exchange": 32.99,
      "lang_id": 2,
      "group_type": 1,
      "is_eu": false
    },
    {
      "id": 56,
      "title": "France",
      "full_title": "France",
      "iso_code": "FR",
      "phone_code": "33",
      "phone_template": "+33 x xx xx xx xx",
      "phone_example": "+33 1 23 45 67 89",
      "currency": "€",
      "exchange": 11.18,
      "lang_id": 8,
      "group_type": 1,
      "is_eu": true
    }
  ],
  "meta": []
}