Skip to main content
GET
/
api
/
meta
/
country
Returns the list of supported ISO country codes.
curl --request GET \
  --url https://{tenant}.ekso.app/api/meta/country \
  --header 'Authorization: Bearer <token>'
[
  "<string>"
]

Authorizations

Authorization
string
header
required

JWT Bearer token. Obtain via the OAuth 2.0 token endpoint.

Response

List of country codes.