get https://{subdomain}.myclickfunnels.com/api/v2/shipping/rates/names/
Retrieve a rate name for a shipping profile
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
Retrieve a rate name for a shipping profile
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request GET \
--url https://myworkspace.myclickfunnels.com/api/v2/shipping/rates/names/id \
--header 'accept: application/json'
xxxxxxxxxx
{
"id": 14,
"public_id": "yEZxXe",
"workspace_id": 42000,
"name": "Example Shipping Rates Name",
"created_at": "2025-03-05T12:41:13.584Z",
"updated_at": "2025-03-05T12:41:13.584Z"
}