get https://{subdomain}.myclickfunnels.com/api/v2/workspaces//shipping/profiles
List shipping profiles for a workspace
Log in to see full request history
Responses
List shipping profiles for a workspace
xxxxxxxxxx
curl --request GET \
--url https://myworkspace.myclickfunnels.com/api/v2/workspaces/workspace_id/shipping/profiles \
--header 'accept: application/json'
xxxxxxxxxx
18[
{
"id": 14,
"public_id": "TJEyAD",
"name": "Example Shipping Profile",
"variant_ids": [],
"created_at": "2025-04-01T13:15:06.536Z",
"updated_at": "2025-04-01T13:15:06.536Z"
},
{
"id": 15,
"public_id": "MOHAxR",
"name": "Example Shipping Profile",
"variant_ids": [],
"created_at": "2025-04-01T13:15:06.538Z",
"updated_at": "2025-04-01T13:15:06.538Z"
}
]