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

Get By Id

GET
/link/api/v1/link/my/{id}

Request

Path Params

Header Params

Responses

🟢200Success
application/json
Body

🟠403Forbidden
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/link/api/v1/link/my/1' \
--header 'Authorization: {{token}}'
Response Response Example
200 - Success
{
    "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"
}
Modified at 2025-10-10 00:30:47
Previous
My Endpoints
Next
Create
Built with