List clients
GET https://gate.reviopay.com/api/v1/clients/
This call will return a list of all the clients you have created in the past.
Revio uses cursor-based pagination. The best visual example is the “infinite scrolling” of Revio Dashboard Feed. As long as there are more pages/results, the URL of the next page is provided in the next
field - it is a full URL, with scheme and domain. If the current page isn’t the most recent one (the ordering is usually by creation date/primary key descending, so the latest results and latest created objects are on the 1st page) the previous
field will be filled in a similar manner.