# Get a specific tag header **GET /tagheaders/{id}** Return a specific tag header. 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 (array[object]) - **id** (integer) - **name** (string) - **tags** (array[object]) - **order** (integer) The order this code appears in the list ### 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)