Luxor Documentation Hub Logo
Energy/API Documentation/Sites

List countries

Retrieves a list of all available countries.

GET
/api/v1/energy/superapp/countries

Authorization

AuthorizationRequiredBearer <token>

In: header

curl -X GET "https://app.luxor.tech/api/v1/energy/superapp/countries" \
  -H "Authorization: Bearer <token>"

Successful Response

{
  "countries": [
    "string"
  ]
}