# Dub.co Docs ## Docs - [Introduction](https://docs.7qr.codes/introduction.md): Dub.co is the open-source link management infrastructure for modern marketing teams. - [Local Development](https://docs.7qr.codes/local-development.md): A guide on how to run Dub.co's codebase locally. - [Self-hosting Dub.co](https://docs.7qr.codes/self-hosting.md): An end-to-end guide on how to self-host Dub.co – the open-source link management platform. - [Integrations](https://docs.7qr.codes/integrations.md): Integrate Dub.co with your favorite tools and services. - [SDKs](https://docs.7qr.codes/sdks.md): Open-source client libraries for the Dub.co API - [Examples](https://docs.7qr.codes/examples.md): Explore ideas and examples of what you can build with the Dub.co API - [Introduction](https://docs.7qr.codes/api-reference/introduction.md): Fundamental concepts of Dub.co's API. - [Rate limits](https://docs.7qr.codes/api-reference/rate-limits.md): Learn about Dub's API rate limits. - [Errors](https://docs.7qr.codes/api-reference/errors.md): Troubleshoot problems with this comprehensive breakdown of all error codes. - [Create a link](https://docs.7qr.codes/api-reference/endpoint/create-a-new-link.md): Create a new link for the authenticated workspace. - [Retrieve a link](https://docs.7qr.codes/api-reference/endpoint/retrieve-a-link.md): Retrieve the info for a link from their domain and key. - [Edit a link](https://docs.7qr.codes/api-reference/endpoint/edit-a-link.md): Edit a link for the authenticated workspace. - [Delete a link](https://docs.7qr.codes/api-reference/endpoint/delete-a-link.md): Delete a link for the authenticated workspace. - [Retrieve a list of links](https://docs.7qr.codes/api-reference/endpoint/retrieve-a-list-of-links.md): Retrieve a list of links for the authenticated workspace. The list will be paginated and the provided query parameters allow filtering the returned links. - [Retrieve links count](https://docs.7qr.codes/api-reference/endpoint/retrieve-number-of-links.md): Retrieve the number of links for the authenticated workspace. The provided query parameters allow filtering the returned links. - [Bulk create links](https://docs.7qr.codes/api-reference/endpoint/bulk-create-links.md): Bulk create up to 100 links for the authenticated workspace. - [Retrieve a QR code](https://docs.7qr.codes/api-reference/endpoint/retrieve-a-qr-code.md): Retrieve a QR code for a link. - [Retrieve clicks](https://docs.7qr.codes/api-reference/endpoint/retrieve-clicks.md) - [Retrieve timeseries](https://docs.7qr.codes/api-reference/endpoint/retrieve-timeseries.md) - [Retrieve country](https://docs.7qr.codes/api-reference/endpoint/retrieve-country.md) - [Retrieve city](https://docs.7qr.codes/api-reference/endpoint/retrieve-city.md) - [Retrieve device](https://docs.7qr.codes/api-reference/endpoint/retrieve-device.md) - [Retrieve browser](https://docs.7qr.codes/api-reference/endpoint/retrieve-browser.md) - [Retrieve os](https://docs.7qr.codes/api-reference/endpoint/retrieve-os.md) - [Retrieve referer](https://docs.7qr.codes/api-reference/endpoint/retrieve-referer.md) - [Retrieve top links](https://docs.7qr.codes/api-reference/endpoint/retrieve-top-links.md) - [Retrieve top urls](https://docs.7qr.codes/api-reference/endpoint/retrieve-top-urls.md) - [Create a new workspace](https://docs.7qr.codes/api-reference/endpoint/create-a-new-workspace.md): Create a new workspace for the authenticated user. - [Retrieve a workspace](https://docs.7qr.codes/api-reference/endpoint/retrieve-a-workspace.md): Retrieve a workspace for the authenticated user. - [Retrieve a list of workspaces](https://docs.7qr.codes/api-reference/endpoint/retrieve-a-list-of-workspaces.md): Retrieve a list of workspaces for the authenticated user. - [Create a tag](https://docs.7qr.codes/api-reference/endpoint/create-a-new-tag.md): Create a new tag for the authenticated workspace. - [Retrieve a list of tags](https://docs.7qr.codes/api-reference/endpoint/retrieve-a-list-of-tags.md): Retrieve a list of tags for the authenticated workspace. ## OpenAPI Specs - [api.dub](https://api.dub.co) - [openapi](https://docs.7qr.codes/api-reference/openapi.json) - [api](https://docs.7qr.codes/api.dub) ## Optional - [Help Center](https://dub.co/help) - [GitHub](https://github.com/dubinc/dub)