Short url

List short urls

This endpoint allows you to fetch your short urls.

get/1/url-shortener

Request body

order_by'code' | 'url' | 'created_at' | 'expiration_date' nullable
order_direction'ASC' | 'DESC' nullable
searchstring nullable
per_pageinteger nullable

Response

Default Response

current_pageinteger
first_page_urlstring url
frominteger nullable
next_page_urlstring url nullable
pathstring url
per_pageinteger
prev_page_urlstring url nullable
tointeger nullable
totalinteger nullable

Example response

{
  "current_page": 1,
  "data": [],
  "first_page_url": "http://localhost?page=1",
  "path": "http://localhost",
  "per_page": 50,
  "total": 12
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.