get https://{subdomain}.myclickfunnels.com/api/v2/workspaces//shipping/rates/names
List rate names for a shipping profile
Log in to see full request history
Responses
List rate names for a shipping profile
xxxxxxxxxx
curl --request GET \
--url https://myworkspace.myclickfunnels.com/api/v2/workspaces/workspace_id/shipping/rates/names \
--header 'accept: application/json'
xxxxxxxxxx
18[
{
"id": 12,
"public_id": "XJxfbt",
"workspace_id": 42000,
"name": "Example Shipping Rates Name",
"created_at": "2025-03-05T12:41:13.572Z",
"updated_at": "2025-03-05T12:41:13.572Z"
},
{
"id": 13,
"public_id": "aFjmTy",
"workspace_id": 42000,
"name": "Example Shipping Rates Name",
"created_at": "2025-03-05T12:41:13.576Z",
"updated_at": "2025-03-05T12:41:13.576Z"
}
]