List Countries

GET {{baseUrl}}/enums/countries

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

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"}}}]}