Get the shortlinks for an org
Query string parameters
?limit=
uint32//&page_token=
string//&sort_by=
"created_at_ascending"+1▾- //Sort in increasing order of "created_at".
"created_at_ascending" - //Sort in decreasing order of "created_at".
"created_at_descending"
//
Response
- 200 OK
- //
next_page:
string,//:
[[ ... ]//- //
created_at:
stringISO-8601,//id:
stringUUID,//key:
string,//org_id:
stringUUID,//password_hash:
string,//restrict_to_org:
boolean,//updated_at:
stringISO-8601,//user_id:
stringUUID,//value:
stringURL//
}
]
}
Examples
get
/org/shortlinks200 OK
Response