kochira
  1. shortening
kochira
  • account
    • auth
      • Register
      • Login
      • Logout
      • Refresh
      • Infer
  • account
  • link
    • shortening
      • My Endpoints
        GET
      • Get By Id
        GET
      • Create
        POST
      • Update By Id
        PUT
      • Delete By Id
        DELETE
    • redirect
      • Redirect
  • subscription
    • Get Self
      GET
  1. shortening

My Endpoints

GET
/link/api/v1/link/my

Request

Query Params

Header Params

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/link/api/v1/link/my?page=1&limit=3' \
--header 'Authorization: {{token}}'
Response Response Example
Success - with pagination p1
[
    {
        "id": 113,
        "user_id": 59,
        "shortened": "mdiqDQsc2k2o6i9",
        "alias": "mdiqDQsc2k2o6i9",
        "destination": "http://www.google.com",
        "is_open": false,
        "updated_at": "2025-10-09T05:04:56.22372Z",
        "expired_at": "2025-10-09T05:04:56.22372Z"
    },
    {
        "id": 115,
        "user_id": 59,
        "shortened": "bOIxrHXse3CaCzd",
        "alias": "bOIxrHXse3CaCzd",
        "destination": "http://www.google.com",
        "is_open": true,
        "updated_at": "2025-10-09T05:08:12.982486Z",
        "expired_at": "2025-10-12T05:08:12.982486Z"
    },
    {
        "id": 122,
        "user_id": 59,
        "shortened": "ur0EK302hMnPE9V",
        "alias": "ur0EK302hMnPE9V",
        "destination": "http://www.google.com",
        "is_open": true,
        "updated_at": "2025-10-09T05:36:24.195785Z",
        "expired_at": "2026-10-04T05:36:24.195785Z"
    }
]
Modified at 2025-10-10 00:30:51
Previous
Infer
Next
Get By Id
Built with