get https://{subdomain}.myclickfunnels.com/api/v2/shipping/packages/
Retrieve a package for a workspace
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
Retrieve a package for a workspace
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request GET \
--url https://myworkspace.myclickfunnels.com/api/v2/shipping/packages/id \
--header 'accept: application/json'
xxxxxxxxxx
18{
"id": 4,
"public_id": "SHihWd",
"package_type": "box",
"height": "4.0",
"width": "2.0",
"length": "2.0",
"distance_unit": "in",
"empty_weight": null,
"weight": "0.0",
"weight_unit": "lb",
"default_package": false,
"name": "Example Package",
"token": null,
"carrier": null,
"created_at": "2025-03-05T12:41:13.282Z",
"updated_at": "2025-03-05T12:41:13.282Z"
}