curl --request GET \
--url https://api.upwell.com/api/rest/stops/{id}{
"stop": {
"address": {
"city": "<string>",
"country": "AD",
"id": "<string>",
"name": "<string>",
"stateOrProvince": "<string>",
"streetLine1": "<string>",
"streetLine2": "<string>",
"streetLine3": "<string>",
"zipOrPostalCode": "<string>"
},
"addressId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"id": "<string>",
"metadata": "<string>",
"name": "<string>",
"pieceCount": 123,
"sequenceNumber": 123,
"shipmentId": "<string>",
"stopType": "<string>",
"updatedAt": "2023-11-07T05:31:56Z",
"weightAmount": "<unknown>",
"weightUnit": "<string>"
}
}Get a stop by ID
curl --request GET \
--url https://api.upwell.com/api/rest/stops/{id}{
"stop": {
"address": {
"city": "<string>",
"country": "AD",
"id": "<string>",
"name": "<string>",
"stateOrProvince": "<string>",
"streetLine1": "<string>",
"streetLine2": "<string>",
"streetLine3": "<string>",
"zipOrPostalCode": "<string>"
},
"addressId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"id": "<string>",
"metadata": "<string>",
"name": "<string>",
"pieceCount": 123,
"sequenceNumber": 123,
"shipmentId": "<string>",
"stopType": "<string>",
"updatedAt": "2023-11-07T05:31:56Z",
"weightAmount": "<unknown>",
"weightUnit": "<string>"
}
}Your API key will be used for authentication of the request. Authorization: YOUR_API_KEY
"id" is required (enter it either in parameters or request body)
Responses for GET /api/rest/stops/{id}
columns and relationships of "stops"
Show child attributes