Retrieve a country list
Retrieve a country list.
Authorizations:Token, JWT
Query Parameters
| page | integerDefault: 1The collection page number |
| itemsPerPage | integer>= 0Default: 30The number of items per page |
Responses
200Country collection
Response schema:
Country collection Array
| id | string | ||||||||
| code | string | ||||||||
| name | string | ||||||||
| regions | Array of objects | ||||||||
Array
| |||||||||
| states | Array of objects | ||||||||
Array
| |||||||||
| activeCurrency | string | ||||||||
401Unauthorized
Response schema:
Unauthorized | type | string |
| title | string |
| detail | string or null |
| instance | string or null |
500Internal error
Response schema:
Internal error | type | string |
| title | string |
| detail | string or null |
| instance | string or null |