# Returns ## List all return requests - [GET /returns](https://docs.ifreturns.com/apis/returns/returns/getreturns.md): Allows to get the list of return requested through the iF returns channels (e.g. returns portal). Each return request contains the list of returned items, origin address, and associated transport data. In case any parameter is sent, the last 100 returns created will be returned ## Get a specific return request - [GET /returns/{return_id}](https://docs.ifreturns.com/apis/returns/returns/getreturn.md): Get detailed information of a single return based on its ID ## List all return transportations - [GET /returns/{return_id}/transportations](https://docs.ifreturns.com/apis/returns/returns/gettransportations.md): Get information of a transportations scheduled to receive the return items of an exchange/return request ## Get a specific return transportation - [GET /returns/{return_id}/transportations/{transportation_id}](https://docs.ifreturns.com/apis/returns/returns/gettransporation.md): Get detailed information of a scheduled transportation based on its ID ## List all the refunds of a return request - [GET /returns/{return_id}/refunds](https://docs.ifreturns.com/apis/returns/returns/getrefunds.md): Get information of the different refunds/resolutions executed for a return request