Interactive Open API Documentation

The Trimlink OpenAPI (Swagger) interface provides a complete, interactive list of all available API endpoints. This page is designed to help developers test requests, explore capabilities, and integrate our services without needing to write complex code first.

API Reference Link: https://trimlink.ai/api/documentation


To ensure your API Reference documentation is professional and easy to navigate, here is the detailed description for Phase 1: Explore the API Categories. This section outlines how your API is organized and categorized within the documentation interface.


Phase 1: Explore the API Categories

When you open the API documentation, you will see our endpoints organized into clear, logical categories. You can expand any category to view the specific actions available:

  • Dashboard: Provides a high-level overview of your platform analytics and a summary of your workspace's performance.
  • Users: Allows you to manage user profiles, update account settings, and handle permissions within your organization.
  • Groups: Facilitates the management of group tags, helping you organize links and data effectively.
  • Audit Logs: Provides a comprehensive listing of system activity, security events, and user actions for compliance monitoring.
  • Shortlink: Contains the essential tools for creating, updating, and managing your shortened URLs.
  • Shortlink Tracking: Enables deep analysis of link performance, including click-through rates, IP tracking, and geographic data.
  • Workspaces: Allows for the management of your workspaces, including creation, updates, and configuration of environment-specific settings.
  • Templates: Provides tools for managing your landing page designs and branding templates.
  • Domains: Offers full management capabilities for connecting, verifying, and configuring your custom domains.
  • Collection: Facilitates the management and organization of data collections for your specific needs.

Trimlink Open API Interface
Image failed to load.


Phase 2: Authorize the Explorer

To test the endpoints using your actual workspace data, you must authenticate the documentation page.

How to Authenticate

  1. Open your Trimlink dashboard and generate an API Access Token (as outlined in the previous guide).
  2. Navigate to the API Documentation page.
  3. Click the Authorize button (the padlock icon) near the top right of the screen.
  4. Paste your Access Token into the value box.
  5. Click Authorize to lock in your credentials.

All endpoints are now unlocked and ready to process your specific requests.


Phase 3: Execute Live API Requests

The Open API explorer allows you to send real requests and see live responses immediately. This is the fastest way to learn how our request and response formats are structured.

How to Test an Endpoint

  1. Click on any specific endpoint (e.g., GET /api/1.0/short-urls/list-all-short-urls) to expand it.
  2. Click the Try it out button located on the right side of the expanded panel.
  3. If the endpoint requires parameters (like a specific link ID or date range), input them into the provided fields.
  4. Click the large blue Execute button.
  5. Scroll down to view the Server Response. You will see the exact HTTP status code (e.g., 200 OK) and the formatted JSON data returned by our servers.

Critical Testing Note: The API explorer interacts with your live production data. If you use the POST, PUT, or DELETE endpoints, you will actively create, modify, or permanently delete real links and domains from your Workspace. Please test destructive actions carefully.


Need Help? If you receive unexpected error codes while testing an endpoint, or if you need help structuring a complex JSON payload, please contact our technical team via our support page or email us at [email protected].


Frequently Asked Questions