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
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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"
    }
  ]
}

Response

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!