
Qlynk - List URLs
Lists all your shortened URLs. NO PARAMETERS REQUIRED. RETURNS: Array of URL objects, each with short_code, short_url, original_url, title, description.
Overview
This node lists all shortened URLs from the Qlynk service. It requires no input parameters and returns an array of URL objects, each containing details such as short_code, short_url, original_url, title, and description. It is useful for retrieving and managing all shortened URLs in a Qlynk account.
Use Case Examples
- Retrieve all shortened URLs to display in a dashboard.
- Fetch URL data for reporting or analytics purposes.
Output
JSON
json- Array of URL objects with properties: short_code, short_url, original_url, title, description
Dependencies
- Qlynk API key credential required for authentication
Troubleshooting
- If the node fails, check that the Qlynk API key credential is correctly configured and valid.
- Network or API errors will be returned as error messages in the output if 'Continue On Fail' is enabled.
- Ensure the Qlynk service is reachable and the API endpoint '/urls' is accessible.