# Labels Endpoints for managing labels including creation, assignment, and retrieval for organizing audits, journeys, and other resources ## Get list of all labels - [GET /labels](https://api-docs.observepoint.com/openapi/scala-api.openapi/labels/getlabels.md): GET /v2/labels ## Create new label - [POST /labels](https://api-docs.observepoint.com/openapi/scala-api.openapi/labels/createnewlabel.md): POST /v2/labels ## Update existing label name - [PUT /labels/{labelId}](https://api-docs.observepoint.com/openapi/scala-api.openapi/labels/updatelabel.md): PUT /v2/labels/{labelId} ## Delete label with given id - [DELETE /labels/{labelId}](https://api-docs.observepoint.com/openapi/scala-api.openapi/labels/deletealabel.md): DELETE /v2/labels/{labelId}