# Get Countries

Retrieve all available countries

Endpoint: GET /api/countries
Version: 1.3
Security: sec0

## Header parameters:

  - `Accept` (string)

  - `X-Request-Id` (string)
    This is the correlation ID related to the request.

## Response 200 fields (application/json):

  - `data` (object)

  - `data.countries` (array)

  - `data.countries.country_code` (string)
    Example: "AU"

  - `data.countries.country_name` (string)
    Example: "Australia"


