---
title: "Add transfer labels"
method: PUT
path: "/transfers/{transfer_id}/labels"
tags: ["Transfers"]
---

# Add transfer labels

`PUT /transfers/{transfer_id}/labels`

Adds a list of labels to the transfer. To retrieve transfers by label, see [Get transfers][get-transfers].

## Path parameters

- `transfer_id` string, uuid, required

## Query parameters

- `label` string[], required

## Response `200`

Successfully added one or more labels to the transfer.

## Other responses

- `400` — Bad request.

---

[API](https://skmtc.net/ripple/apis/ripplenet-server-api.md) · [All operations](https://skmtc.net/ripple/apis/ripplenet-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ripple/ripplenet-server-api/revisions/7843f07ca150/schema)
