curl --request GET \
--url http://localhost:3000/v1/portals{
"portals": [
{
"id": "<string>",
"portal_number": 123,
"name": "<string>",
"is_active": true
}
]
}Returns all pickup portals with their current active status.
curl --request GET \
--url http://localhost:3000/v1/portals{
"portals": [
{
"id": "<string>",
"portal_number": 123,
"name": "<string>",
"is_active": true
}
]
}List of portals
Show child attributes