Skip to main content
GET
/
api
/
rest
/
stops
/
{id}
Get One Stop
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>"
  }
}

Headers

authorization
string

Your API key will be used for authentication of the request. Authorization: YOUR_API_KEY

Path Parameters

id
string
required

"id" is required (enter it either in parameters or request body)

Response

200 - application/json

Responses for GET /api/rest/stops/{id}

stop
Stops Ā· object

columns and relationships of "stops"