Get all links owned by the current user

Returns the Review Links created by the current user

This call returns an array of Review Links created by the user whose API credentials are in use. The response contains the properties of each link, including its title, the date and time it was created, and its access and download settings. For an overview of Review Link properties, please see the table in Get link by id.

To determine how many Review Links are returned and the order in which they are returned, you can use path parameters like pageSize and sortBy. For example, the request below will return the ten most recently created links.

https://api.shift.io/v3/quicklinks?_page=1&_pageSize=10&_sortBy=created&_sort=desc

A 200 code is returned when Review Links are found.

Language
Authorization
URL
Click Try It! to start a request and see the response here!