GET
/
label
/
{id}
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

A JWT Bearer token header for authentication and authorization, in the format Authorization: Bearer <token>

Headers

x-client-secret
string
required

A secret token identifying the client connecting to the API

Example:

"Syou3EZiO5vuMEgNyBeA8cjEMYOnQDwP"

Path Parameters

id
string
required

Response

200
application/json
Successful Response
id
string
required
Required string length: 20 - 36
Example:

"lbl_1DDK2MJ2D1S0SR6H"

name
string
required
scope
enum<string>
required
Available options:
REMOVAL
supplier_reference_id
string | null
required

Was this page helpful?