# Tags

Named, colour-coded labels attached to orders.

## List tags

 - [GET /tags](https://docs.stallion.ca/openapi/tags/paths/~1tags/get.md): Accepted by tokens carrying either automation:read or automation:write.

## Create a tag

 - [POST /tags](https://docs.stallion.ca/openapi/tags/paths/~1tags/post.md)

## Get a tag

 - [GET /tags/{tag_id}](https://docs.stallion.ca/openapi/tags/paths/~1tags~1%7Btag_id%7D/get.md): Accepted by tokens carrying either automation:read or automation:write.

## Update a tag

 - [PUT /tags/{tag_id}](https://docs.stallion.ca/openapi/tags/paths/~1tags~1%7Btag_id%7D/put.md)

## Delete a tag

 - [DELETE /tags/{tag_id}](https://docs.stallion.ca/openapi/tags/paths/~1tags~1%7Btag_id%7D/delete.md)

