Geographies
List geographies
List all valid geographies
GET
/
entities
/
geography
/
Authorization
curl --request GET \
--url http://localhost:8001/entities/geography/
[
"<string>"
]
Response
200 - application/json
The response is of type string[]
.
curl --request GET \
--url http://localhost:8001/entities/geography/
[
"<string>"
]