---
title: "List Available Countries"
method: GET
path: "/v1/beneficiaries/countries"
tags: ["Beneficiaries"]
---

# List Available Countries

`GET /v1/beneficiaries/countries`

Retrieve a list of countries supported for beneficiary creation with available payment methods and phone validation rules

## Response `200`

Countries list retrieved successfully

- object
  - `data` object[]
    - `id` integer
    - `code` string
    - `name` string
    - `currency_code` string
    - `phone` object
      - `code` string
      - `max_length` integer
      - `min_length` integer
    - `available_methods` string[]
    - `flag` string, uri

## Other responses

- `401` — Authentication failed due to invalid credentials

---

[API](https://skmtc.net/fin/apis/fin-com-api.md) · [All operations](https://skmtc.net/fin/apis/fin-com-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fin/fin-com-api/revisions/6e69503ee7b8/schema)
