Countries
Get Countries
GET
/api/v1/countries/Authorization
BearerAuth AuthorizationBearer <token>
In: header
Query Parameters
page?Page
Page number
Range
1 <= valueDefault
1size?Size
Page size
Range
1 <= value <= 100Default
50Response Body
application/json
application/json
curl -X GET "https://example.com/api/v1/countries/"{ "items": [ { "name": "string", "iso2": "string", "phone_code": "string", "flag": "string" } ], "total": 0, "page": 1, "size": 1, "pages": 0}