PUT
/
labels
/
{id}
curl --request PUT \
  --url https://api.loopreturns.com/api/v1/labels/{id} \
  --header 'Content-Type: application/json' \
  --header 'X-Authorization: <api-key>' \
  --data '{
  "status": "new"
}'
This response does not have an example.

Authorizations

X-Authorization
string
header
required

API Scope: "Developer Tools"

Path Parameters

id
integer
required

The unique identifier for the label, created by Loop.

Example:

67329889100573

Body

application/json
status
enum<string>
required

The status of the label.

Available options:
new,
pre_transit,
in_transit,
out_for_delivery,
delivered
Example:

"new"

Response

200
_mintlify/placeholder

OK