Returns a list of all available Countries.
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request samples
curl --location --request GET 'https://ws.integration.banyantechnology.com/api/StaticData/Countries'
Responses
application/json [
{
"countryCode": "USA",
"code": "USA",
"description": "United States"
},
{
"countryCode": "CAN",
"code": "CAN",
"description": "Canada"
}
]
Modified at 2024-09-16 11:42:17