# Get a specific tag **GET /tags/{id}** Return a specific tag. Limited to those the user can see ## Servers - API Auto Mocking: https://YOURSITE.infoodle.com/apiv2 (API Auto Mocking) ## Authentication methods - O auth2 ## Parameters ### Path parameters - **id** (integer) Which item to be processed ## Responses ### 200 List returned OK #### Body: application/json (object) - **id** (integer) - **header_id** (integer) - **name** (string) - **public** (integer) Whether this is a public (1) or private tag (0) - **order** (integer) The order this code appears in the list - **items** (array) ### 401 Authentication unauthorised #### Body: application/json (object) - **error** (string) ### 403 Invalid permission #### Body: application/json (object) - **error** (string) ### 404 Not Found #### Body: application/json (object) - **error** (string) [Powered by Bump.sh](https://bump.sh)