Get Link Details (Analytics)

Retrieve detailed analytics information for a specific short link.

Endpoint

GET /v2/external/client/analytics/details?shortUrl={shortUrl}

Query Parameters

Parameter Type Required Description
shortUrl string Yes Short URL identifier

Response

{
  "status": true,
  "message": "Short link details fetched successfully",
  "data": {
    "id": "507f1f77bcf86cd799439011",
    "originalUrl": "https://example.com/very/long/url",
    "shortUrl": "abc123",
    "title": "My Link",
    "visitCount": 1250,
    "isActive": true,
    "createdAt": "2024-01-15T10:30:00Z"
  }
}

Notes

  • Only links owned by the API key's user can be accessed
  • Results are cached for 1 hour
  • Data retention limits apply based on your plan