get https://{subdomain}.myclickfunnels.com/api/v2/shipping/profiles/
Retrieve a shipping profile for a workspace
Log in to see full request history
Responses
Retrieve a shipping profile for a workspace
xxxxxxxxxx
curl --request GET \
--url https://myworkspace.myclickfunnels.com/api/v2/shipping/profiles/id \
--header 'accept: application/json'
xxxxxxxxxx
{
"id": 16,
"public_id": "nPxBAc",
"name": "Example Shipping Profile",
"variant_ids": [],
"created_at": "2025-03-05T12:41:13.327Z",
"updated_at": "2025-03-05T12:41:13.327Z"
}