> ## Documentation Index
> Fetch the complete documentation index at: https://docs.xwift.africa/llms.txt
> Use this file to discover all available pages before exploring further.

# Countries

> List countries available to the partner.

Returns `id`, `name`, `currency_code`, and `phone_code` for each country.

<RequestExample>
  ```bash theme={null}
  curl -X POST "{{base_url}}/account/countries" \
    -H "x-api-key: YOUR_CONSUMER_KEY" \
    -H "Content-Type: application/json" \
    -d '{}'
  ```
</RequestExample>
