GET
/
shippingmethod
curl --request GET \
  --url https://api.shipbob.com/1.0/shippingmethod \
  --header 'Authorization: Bearer <token>'
[
  {
    "active": true,
    "default": true,
    "id": 0,
    "name": "string",
    "service_level": {
      "id": 0,
      "name": "string"
    }
  }
]

Authorizations

Authorization
string
header
required

Authentication using Personal Access Token (PAT) token

Query Parameters

Page
number

Page of orders to get

Required range: 0 <= x <= 2147483647
Limit
number

Amount of records per page to request

Required range: 1 <= x <= 250

Response

200
application/json
Success

The response is of type object[].