Retrieve countries by conditions
Retrieve countries by conditions
Authorizations:Token
Query Parameters
| _cnd[substring] | stringRetrieve country by substring |
| _cnd[hasStates] | booleanRetrieve only countries with states |
| _cnd[limit] | Array of stringsSets the offset (first item) and the limit (second item) |
| _cnd[orderBy] | Array of stringsSets sorting order field |
Responses
200Success
Response schema:
Success Array
| code | string |
| id | integer |
| code3 | string |
| enabled | boolean |
| states | Array |
| regions | Array |
| currency |