---
title: "Fetch Name"
method: GET
path: "/shipping/rates/names/{id}"
tags: ["Shipping::Rates::Name"]
---

# Fetch Name

`GET /shipping/rates/names/{id}`

Retrieve a rate name for a shipping profile

## Path parameters

- `id` string, required

## Response `200`

OK

- ShippingRatesNameAttributes — Rate Names
  - `id` integer — Rate Name ID
  - `public_id` string, nullable — Rate Name public ID
  - `workspace_id` integer — Workspace ID
  - `name` string — Rate Name
  - `created_at` string, date-time, nullable — Added
  - `updated_at` string, date-time, nullable — Updated

## Other responses

- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.net/myclickfunnels/apis/clickfunnels-api.md) · [All operations](https://skmtc.net/myclickfunnels/apis/clickfunnels-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myclickfunnels/clickfunnels-api/revisions/ae6313eaa176/schema)
