v1

latestSwagger 2.02026-07-13107214235.7 KB
Country

List all countries

List all countries

get/v1/countries

Response

Successful retrieval

status_codeinteger
status_reasonstring

Example response

{
  "result": [
    {
      "constant_token": "sample constant_token",
      "country": "sample country"
    }
  ],
  "status_reason": "sample status_reason"
}