Skip to content

GET /utils/countries

Description

This endpoint allows a user to get all countries

Parameters

NameTypeDescriptionRequired
pagestringpageNo
limitstringlimitNo

Response

json
{
  "status": 200,
  "data": [
    {
      "value": 144,
      "label": "🇦🇫 Afganistán"
    },
    {
      "value": 114,
      "label": "🇦🇱 Albania"
    },
    {
      "value": 18,
      "label": "🇩🇪 Alemania"
    }
  ],
  "hasNextPage": false,
  "currentPage": 1,
  "totalItems": 3,
  "totalPages": 1
}

Released under the MIT License.