Skip to content

API Reference / Countries

GET /countries

Get the list of all compatible countries

A read-only list of all compatible countries, alpha sorted based on their ISO-3166 country codes. The example response below shows only a few sample entries; the live endpoint returns the full list.

Maintained by the OnePageCRM engineering team

Responses

200 OK
  • statusintegerint32

    Response code

  • messagestring

    Response message

  • timestampintegerunix-timestamp

    Response time

  • dataobject
    object fields β†’
    • countriesarray<object>
      array item fields β†’
      • countryobject
        object fields β†’
        • namestring

          Name of the country

        • codestring

          ISO-3166 country code

        • phone_prefixstring

          Phone prefix of the country

Related guides