curl --request GET \
--url http://localhost:3000/v1/nodes/{id}{
"node": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"code": "<string>",
"is_active": true,
"timezone": "<string>",
"sweep_cutoff_minutes": 123,
"sweep_cutoff_time": "<string>",
"retailer_location_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"logo_url": "<string>",
"created_at": "<string>",
"updated_at": "<string>",
"retailer_locations": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"address_1": "<string>",
"city": "<string>",
"province": "<string>",
"postal_code": "<string>"
},
"operating_hours": "<unknown>",
"metadata": "<unknown>"
}
}Returns a single node by ID.
curl --request GET \
--url http://localhost:3000/v1/nodes/{id}{
"node": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"code": "<string>",
"is_active": true,
"timezone": "<string>",
"sweep_cutoff_minutes": 123,
"sweep_cutoff_time": "<string>",
"retailer_location_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"logo_url": "<string>",
"created_at": "<string>",
"updated_at": "<string>",
"retailer_locations": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"address_1": "<string>",
"city": "<string>",
"province": "<string>",
"postal_code": "<string>"
},
"operating_hours": "<unknown>",
"metadata": "<unknown>"
}
}