Skip to main content
GET
/
v1
/
nodes
/
{id}
Get node by ID
curl --request GET \
  --url http://localhost:3000/v1/nodes/{id}
{
  "node": {
    "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>",
    "retailer_locations": {
      "id": "<string>",
      "name": "<string>",
      "address_1": "<string>",
      "city": "<string>",
      "province": "<string>",
      "postal_code": "<string>"
    },
    "operating_hours": null,
    "metadata": null
  }
}

Path Parameters

id
string
required
Minimum string length: 1

Response

200 - application/json

Node details

node
object
required