# Reqlick API ## Docs - [Delete a document](https://docs.reqlick.com/api-reference/endpoint/documents/delete/documentById/index.md): Delete a document by ID for the authenticated workspace. - [Retrieve a list of documents](https://docs.reqlick.com/api-reference/endpoint/documents/get/retrieveAllDocuments/index.md): Retrieve all documents for the authenticated workspace. - [Retrieve a document](https://docs.reqlick.com/api-reference/endpoint/documents/get/retrieveDocumentById/index.md): Retrieve a document for the authenticated workspace. - [Retrieve a list of links](https://docs.reqlick.com/api-reference/endpoint/documents/get/retrieveDocumentLinksById/index.md): Retrieve document links for the authenticated workspace. - [Retrieve analytics](https://docs.reqlick.com/api-reference/endpoint/documents/get/retrieveDocumentStatsById/index.md): Retrieve docuemnt analytics for the authenticated workspace. - [Create a new document](https://docs.reqlick.com/api-reference/endpoint/documents/post/createNewDocumentByWorkspace/index.md): Create a new document for the authenticated workspace. - [Update a document](https://docs.reqlick.com/api-reference/endpoint/documents/put/updateDocumentById/index.md): Update a document for the authenticated workspace by its ID. - [Delete a domain](https://docs.reqlick.com/api-reference/endpoint/domains/delete/domainBySlug/index.md): Delete a domain for the authenticated workspace - [Retrieve a list of domains](https://docs.reqlick.com/api-reference/endpoint/domains/get/retrieveAllDomains/index.md): Retrieve a list of domains for the authenticated workspace - [Retrieve domain status](https://docs.reqlick.com/api-reference/endpoint/domains/get/verifyDomainStatusBySlug/index.md): Retrieve a domain verification status for the authenticated workspace - [Create a new domain](https://docs.reqlick.com/api-reference/endpoint/domains/post/createNewDomain/index.md): Create a new domain for the authenticated workspace - [Add domain redirect URL](https://docs.reqlick.com/api-reference/endpoint/domains/post/redirectDomain/index.md): Add domain redirect URL for the authenticated workspace - [Delete a link](https://docs.reqlick.com/api-reference/endpoint/links/delete/delete-link-by-id/index.md): Delete a link for the authenticated workspace - [Retrieve a link](https://docs.reqlick.com/api-reference/endpoint/links/get/get-link-by-id/index.md): Retrieve a link for the authenticated workspace by its ID - [Retrieve a short key](https://docs.reqlick.com/api-reference/endpoint/links/get/random/index.md): Retrieve a short key - [Retrieve analytics](https://docs.reqlick.com/api-reference/endpoint/links/get/stats-by-id/index.md): Retrieve link analytics for the authenticated workspace. - [Create a new document link](https://docs.reqlick.com/api-reference/endpoint/links/post/link-for-document/index.md): Create a new link for a document for the authenticated workspace. - [Create a new link](https://docs.reqlick.com/api-reference/endpoint/links/post/new-link/index.md): Create a new link for the authenticated workspace. - [Update a link status](https://docs.reqlick.com/api-reference/endpoint/links/put/update-link-status-by-id/index.md): Update a link status for the authenticated workspace by its ID. - [Update a link](https://docs.reqlick.com/api-reference/endpoint/links/put/update-link/index.md): Update a link for the authenticated workspace. - [Create a new QR Code](https://docs.reqlick.com/api-reference/endpoint/qrcodes/post/qrcode/index.md): Create a new QR Code for the authenticated workspace. - [Retrieve a subscription](https://docs.reqlick.com/api-reference/endpoint/subscriptions/get/subscription-by-user/index.md): Retrieve a subscription for the authenticated workspace by its ID - [Retrieve a user](https://docs.reqlick.com/api-reference/endpoint/users/get/me/index.md): Retrieve a user for the authenticated workspace - [Retrieve usage](https://docs.reqlick.com/api-reference/endpoint/users/get/usage/index.md): Retrieve all usage for the authenticated workspace - [Update a user](https://docs.reqlick.com/api-reference/endpoint/users/put/update-user-info/index.md): Update a user information for the authenticated workspace - [Update a user picture](https://docs.reqlick.com/api-reference/endpoint/users/put/update-user-picture/index.md): Update a user picture for the authenticated workspace - [Delete a workspace](https://docs.reqlick.com/api-reference/endpoint/workspaces/delete/projectByUrl/index.md): Delete a workspace for the authenticated workspace. - [Retrieve a list of links](https://docs.reqlick.com/api-reference/endpoint/workspaces/get/links/index.md): Retrieve a list of links for the authenticated workspace. - [Retrieve a list of members](https://docs.reqlick.com/api-reference/endpoint/workspaces/get/members/index.md): Retrieve a list of members for the authenticated workspace. - [Retrieve a workspace](https://docs.reqlick.com/api-reference/endpoint/workspaces/get/projectByUrl/index.md): Retrieve a workspace by its URL. - [Retrieve clicks analytics](https://docs.reqlick.com/api-reference/endpoint/workspaces/get/projects-analytics-click/index.md): Retrieve a clicks analytics for the authenticated workspace. - [Retrieve analytics](https://docs.reqlick.com/api-reference/endpoint/workspaces/get/projects-analytics-stats/index.md): Retrieve analytics for the authenticated workspace. - [Retrieve a list of QR Codes](https://docs.reqlick.com/api-reference/endpoint/workspaces/get/qrcodes/index.md): Retrieve a list of QR Codes for the authenticated workspace. - [Update a workspace](https://docs.reqlick.com/api-reference/endpoint/workspaces/put/projectByUrl/index.md): Update a workspace information by its URL. - [Update a workspace logo](https://docs.reqlick.com/api-reference/endpoint/workspaces/put/projectLogo/index.md): Update a workspace logo by its URL. - [Introduction](https://docs.reqlick.com/api-reference/introduction.md): Fundamental concepts of Reqlick's API. - [Data model](https://docs.reqlick.com/data-model.md): A quick overview of how Reqlick is structured. - [Introduction](https://docs.reqlick.com/introduction.md): Reqlick is a platform that manages links, including Short Links, QR Codes, and File to Link options. ## OpenAPI Specs - [openapi](https://docs.reqlick.com/api-reference/openapi.json) ## Optional - [Blog](https://reqlick.com/blog)