API → ShortlinksGet the shortlinks for an org
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
/org/shortlinks$ curl "https://api.zoo.dev/org/shortlinks" \
--header "Authorization: Bearer $TOKEN"
200 OK
Response{
"items": [
{
"created_at": "2025-07-25T20:54:13.306Z",
"id": "06eb31d3-eff6-406b-8a54-3f84071ab5c5",
"key": "MuGwvCxfyfREvrUlO6r",
"org_id": "9f21dd8f-319b-4f9e-8cb9-8a3733e74c4d",
"password_hash": "gSlZ4XjKjrs91VVnuWR4n5v",
"restrict_to_org": false,
"updated_at": "2025-07-25T20:54:13.306Z",
"user_id": "a67c1e84-996b-4ac0-93f6-fe44446442cf",
"value": "https://T.SPpetslOwH.com/anxIrpx2i/aLHwmvr1Aru"
}
],
"next_page": "bqu"
}