⭐ If you find Zipline useful, please consider giving it a star on Github! ⭐

/api/user/urls

List or search shortened URLs owned by the authenticated user.

GET/api/user/urls

Query Parameters

searchField?string
Default"destination"
Value in"destination" | "vanity" | "code"
searchQuery?string
Length1 <= length

Response Body

application/json

application/json

[
  {
    "id": "string",
    "createdAt": "2019-08-24T14:15:22Z",
    "updatedAt": "2019-08-24T14:15:22Z",
    "code": "string",
    "vanity": "string",
    "destination": "string",
    "views": 0,
    "maxViews": 0,
    "enabled": true,
    "userId": "string",
    "similarity": 0
  }
]

{
  "error": "E1000: Invalid request schema",
  "code": 1000,
  "statusCode": 400
}