---
title: "Listar URL"
method: GET
path: "/api/urlshortener/v5/token"
---

# Listar URL

`GET /api/urlshortener/v5/token`

Este endpoint permite obtener las últimas 1000 URL cortas creadas en el sistema, ordenadas de la más reciente a la más antigua.

## Response `200`

200

- object
  - `payLoad` object[]
    - `createdDate` string
    - `domain` string
    - `redirect` string
    - `token` string
    - `totalViews` integer
  - `responseTime` number
  - `statusCode` integer
  - `statusMessage` string
  - `timestamp` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/hablame/apis/hablame-endpoint.md) · [All operations](https://skmtc.net/hablame/apis/hablame-endpoint/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hablame/hablame-endpoint/revisions/85bf95a80250/schema)
