Skip to main content

Get All Countries

GET 

/countries

Fetches the list of available countries to populate the dropdown box in the New Disbursement flow. The default list reflects geographic coverage of SDP-compatible wallet providers.

Responses

A list of countries

Schema
  • Array [
  • code string

    Three-character ISO 3166 code

    name string

    Country name

    created_at date-time
    updated_at date-time
  • ]
Loading...