# Templates ## Get scan configuration templates - [GET /api/templates](https://api-docs.mend.io/sast/sast-api/templates/getscantemplates.md): Get a list of scan configuration templates. ## Create a scan template - [POST /api/templates](https://api-docs.mend.io/sast/sast-api/templates/createscantemplate.md): Create a scan template configuration. ## Delete a scan template. - [DELETE /api/templates/{id}](https://api-docs.mend.io/sast/sast-api/templates/deletescantemplate.md): Delete a scan template by ID. ## Get a scan template by ID - [GET /api/templates/{id}](https://api-docs.mend.io/sast/sast-api/templates/getscantemplate.md): Find a scan template by ID.