Skip to main content
Version: 1.2.0 - Production

Get Country List

GET 

/v1.2/master-data/countries

Used to get the country list.

Request

Header Parameters

    Throttle-Key string

Responses

OK

Schema
    status stringrequired
    reason string
    rejectCode integer

    Find error codes here

    countryList object[]required

    Possible values: >= 1

  • Array [
  • countryCode stringrequired

    Possible values: non-empty

    countryName stringrequired

    Possible values: non-empty

    countryId number
  • ]
Loading...
Is this page helpful for you?