Docs
APILabels

Get a label

Only the id and name. The label record also carries freeform import metadata, which is not public.

GET
/v1/labels/{labelId}

Path Parameters

labelId*integer

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/labels/0"
{  "data": {    "id": -9007199254740991,    "name": "string"  }}