Skip to main content
GET
List countries

Authorizations

Authorization
string
header
required

Use Authorization: Bearer <live_api_key>.

Query Parameters

page
integer

Page number for pagination.

Required range: x >= 1
per_page
integer
default:15

Number of countries to return per page. Defaults to 15 and supports up to 100.

Required range: 1 <= x <= 100

Optional search by country name, ISO-2 code, or ISO-3 code.

Maximum string length: 100

Response

OK

success
boolean