List Countries
GET {{baseUrl}}/enums/countries
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"links":{"self":"/countries"},"data":[{"id":"CHE","type":"Country","attributes":{"label":"Switzerland","continent":{"code":"EU","label":"Europe"}}},{"id":"CHE","type":"Country","attributes":{"label":"Switzerland","continent":{"code":"EU","label":"Europe"}}}]}