Organisations
Get a Label
Returns the details of a single label, including its colour, the organisation it belongs to, and the sites it is visible to.
get/shop/organisations/{organisationId}/labels/{labelId}
Response
The label was successfully retrieved.
Example response
{
"data": {
"id": "6630f7a8e1a4c2b1d4d5e7c1",
"name": "VIP",
"color": "#ff5733",
"organisation_id": "65a0c2e5b3a7d2f8c1d4e7b9",
"site_ids": [
"65a0c2e5b3a7d2f8c1d4e7ba",
"65a0c2e5b3a7d2f8c1d4e7bb"
]
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.