# Webclips API to manage webclips for a tenant ## Create webclip for a tenant - [POST /v2/webclips](https://develop-api.esper.io/openapi/webclips/paths/~1v2~1webclips/post.md) ## Get webclips for a tenant - [GET /v2/webclips](https://develop-api.esper.io/openapi/webclips/paths/~1v2~1webclips/get.md) ## Get webclip by id for a tenant - [GET /v2/webclips/{webclipId}](https://develop-api.esper.io/openapi/webclips/paths/~1v2~1webclips~1%7Bwebclipid%7D/get.md) ## Delete webclip for a tenant - [DELETE /v2/webclips/{webclipId}](https://develop-api.esper.io/openapi/webclips/paths/~1v2~1webclips~1%7Bwebclipid%7D/delete.md)