Get countries

Get the full list of countries as {label, value} pairs, ordered by name. The endpoint caches the result forever under countries_list_v2.

Auth: Both — no authentication required. Public reference endpoint under the group (called by the SPA before login); no role scoping — anyone gets the same global list.

Rate limit: 100 requests/min.

Request

  • No path params, query params, or body.

Response{ data. } envelope.

  • data (array of objects) — every country.
  • label (string) — country name.
  • value (string) — ISO country code.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Response

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json