API → Shortlinks → Get the shortlinks for a user
Parameters
Name
Type
Req.
Possible values
created_at_ascending
: Sort in increasing order of "created_at".created_at_descending
: Sort in decreasing order of "created_at".
Returns
get
/user/shortlinks$ curl "https://api.zoo.dev/user/shortlinks" \
--header "Authorization: Bearer $TOKEN"
200 OK
Response{
"items": [
{
"created_at": "2025-04-01T00:20:47.919Z",
"id": "85d93c6a-7bd6-4d6f-a61c-608c5f5a0276",
"key": "3x24rTBlygK9FL",
"org_id": "c534f6ce-ab7b-4f6d-8553-b06e450a2b68",
"password_hash": "aZukzgjKPGab82iyclpyQhq3Xb",
"restrict_to_org": false,
"updated_at": "2025-04-01T00:20:47.919Z",
"user_id": "49b39ad3-2fbf-423c-b080-c135ff77123c",
"value": "https://Cn7RI9Cg2c3L.7QeyLk85gO.com/kyGIPZy/"
}
],
"next_page": "ma"
}