Skip to main content
GET
/
label
/
{id}
Get Label
curl --request GET \
  --url https://api.sandbox.isometric.com/mrv/v0/label/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'x-client-secret: <x-client-secret>'
{
  "id": "lbl_1DDK2MJ2D1S0SR6H",
  "name": "<string>",
  "scope": "REMOVAL",
  "supplier_reference_id": "<string>"
}

Authorizations

Authorization
string
header
required

Headers

x-client-secret
string
required
Examples:

Path Parameters

id
string
required

Response

id
string
required
Required string length: 20 - 37
Examples:
name
string
required
scope
enum<string>
required
Available options:
REMOVAL
supplier_reference_id
string | null
required
Required string length: 1 - 100