Skip to main content
GET
/
v1
/
admin
/
orders
/
portals
List active pickup portals
curl --request GET \
  --url http://localhost:3000/v1/admin/orders/portals
{
  "portals": [
    {
      "id": "<string>",
      "portal_number": 123,
      "name": "<string>",
      "is_active": true
    }
  ]
}

Response

200 - application/json

List of active portals

portals
object[]
required