# Linkryse Developers ## Docs - [Retrieve clicks](https://docs.linkryse.com/api-reference/analytics/retrieve.md): Retrieve click metrics for your links. - [Retrieve timeseries](https://docs.linkryse.com/api-reference/analytics/timeseries.md): Retrieve timeseries data for clicks. - [Add Domain](https://docs.linkryse.com/api-reference/domains/create.md): Register a new custom domain for your workspace. - [Delete Domain](https://docs.linkryse.com/api-reference/domains/delete.md): Remove a custom domain from your workspace. - [List Domains](https://docs.linkryse.com/api-reference/domains/list.md): Retrieve a list of custom domains attached to the current workspace. - [Verify Domain](https://docs.linkryse.com/api-reference/domains/verify.md): Trigger a DNS verification check for a pending domain. - [Create a link](https://docs.linkryse.com/api-reference/links/create.md): Create a new short link. - [Delete a link](https://docs.linkryse.com/api-reference/links/delete.md): Permanently delete a link. - [Retrieve a link](https://docs.linkryse.com/api-reference/links/get.md): Retrieve a single link by its unique ID. - [The Link Object](https://docs.linkryse.com/api-reference/links/object.md): The full schema of a Link object returned by the API. - [Update a link](https://docs.linkryse.com/api-reference/links/update.md): Update an existing link's configuration. - [Event Types](https://docs.linkryse.com/api-reference/webhooks/events.md): List of all event types supported by Linkryse webhooks. - [Introduction](https://docs.linkryse.com/api-reference/webhooks/introduction.md): Listen for real-time events from Linkryse. - [Verify Signatures](https://docs.linkryse.com/api-reference/webhooks/verify.md): Secure your webhooks by verifying the signature. - [Create Workspace](https://docs.linkryse.com/api-reference/workspaces/create.md): Create a new workspace. - [Invite Member](https://docs.linkryse.com/api-reference/workspaces/invite.md): Invite a new member to a workspace via email. - [List Workspaces](https://docs.linkryse.com/api-reference/workspaces/list.md): Retrieve a list of all workspaces the authenticated user belongs to. - [Export Analytics](https://docs.linkryse.com/guides/export-analytics.md): How to export your link click data to a CSV file. - [QR Code Generator](https://docs.linkryse.com/guides/qr-code-generator.md): Learn how to generate QR codes for your short links using the Linkryse API. - [Authentication](https://docs.linkryse.com/introduction/authentication.md): Authenticate your API requests using Bearer tokens. - [Errors](https://docs.linkryse.com/introduction/errors.md): Understanding Linkryse API error codes. - [Rate Limits](https://docs.linkryse.com/introduction/rate-limits.md): Linkryse API rate limits and restrictions. - [Introduction](https://docs.linkryse.com/introduction/welcome.md): Welcome to the Linkryse API documentation. - [Node.js SDK](https://docs.linkryse.com/sdks/node.md): Install and use the official Linkryse Node.js SDK. ## OpenAPI Specs - [openapi](https://docs.linkryse.com/api-reference/openapi.json)