v1

latestOpenAPI 3.0.0proprietary2026-07-261695971.5 MB
Label

Get a Label

Retrieves a given Label within your organization.

get/labels/{labelId}

Path parameters

labelIdstring uuid required

The unique identifier for a resource.

Example:9a93d3b5-fb3b-4abf-9e70-26315b33506c

Label Id

Response

OK

idstring uuid required

Unique identifier of the Label.

namestring required

Name of the Label.

Example response

{
  "id": "0ef334d2-7f36-4643-8a2a-4283b4a3e4a4",
  "name": "Invoices"
}