GET
/
country
/
get
Get Country API
curl --request GET \
  --url https://demo.onlinebillingform.com/api/v1/country/get \
  --header 'token: <token>'
{
  "success": true,
  "country": {
    "id": 1,
    "name": "Afghanistan",
    "iso2": "AF",
    "iso3": "AFG",
    "isoNUM": "",
    "address_format": "",
    "postcode_required": 0
  }
}

Headers

token
string
required
Examples:

"sk_XpgMmyMBc50C4sHZkzS3"

Query Parameters

id
integer
required
Examples:

1

Response

default - application/json

The response is of type object.