Skip to main content
GET
/
api
/
rest
/
stops
Get Many Stops
curl --request GET \
  --url https://api.upwell.com/api/rest/stops
{
  "stops": [
    {
      "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

Query Parameters

limit
integer
default:10
offset
integer
default:0

Response

200 - application/json

Responses for GET /api/rest/stops

stops
Stops Ā· object[]