Skip to main content

List shortened URLs.

POST 

/generate/shortenedurl/list

List shortened URLs.

Request

Bodyrequired

    object

Responses

Success

Schema
    shortenedUrls object[]required

    A list of all shortened URLs the user has created.

  • Array [
  • identifierstringrequired

    The shortened URL identifier. This can be used for managing the shortened URL.

    Example: to4w5vyb
    createdAtstring<date-time>required

    The creation date.

    destinationstringrequired

    The destination URL which the shortened URL points to.

    Example: https://0codekit.com
  • ]