get
http://{{url}}/api/resource/Country/
This endpoint retrieves a list of countries available in the system and supports submitting insurance-related details in the request body.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Response
The response returns a list of countries wrapped in a data array.
-
data: Array containing country objects.
name: Name of the country.
Example Response
{
"data": [
{
"name": "Afghanistan"
},
{
"name": "Albania"
},
{
"name": "Algeria"
}
]
}