API → ShortlinksGet 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-05-22T02:04:26.549Z",
"id": "9868a582-6c76-4067-b095-c6b2a6fa4512",
"key": "RuFx",
"org_id": "38633ed8-1195-4df2-9436-fc784a7afe9b",
"password_hash": "2IxZ57Nm0ou0iGmFv9eI9PtP",
"restrict_to_org": true,
"updated_at": "2025-05-22T02:04:26.549Z",
"user_id": "caa516c5-a729-425a-94d9-6486e7ef1ae7",
"value": "https://xM00Xho3.j9eOGzQ8rP.com/7FDt16VKMXRL/9ARW"
}
],
"next_page": "LFLA"
}