Skip to main content
GET
/
v1
/
nodes
List all nodes
curl --request GET \
  --url http://localhost:3000/v1/nodes
{
  "nodes": [
    {
      "id": "<string>",
      "name": "<string>",
      "code": "<string>",
      "is_active": true,
      "timezone": "<string>",
      "sweep_cutoff_minutes": 123,
      "sweep_cutoff_time": "<string>",
      "retailer_location_id": "<string>",
      "logo_url": "<string>",
      "created_at": "<string>",
      "updated_at": "<string>",
      "operating_hours": null
    }
  ]
}

Response

200 - application/json

List of nodes

nodes
object[]
required