Get Many Paginated

This endpoint fetches a slice of all buyers accessible in our database, so as to avoid having the user get all results at once, instead allowing them to partition the data themselves into pages, choose the max number of entries per page, and finally choose which page out of these to actually query the results from. This technique is known as pagination of query results.

In order for the request to go through, the user must provide the request with headers containing their API key, which will be used to proxy the request to our internal API with the correct authentication credentials.

The successful response JSON should contain pagination metadata (such as the current page number, the number of entries per page, and the total number of available pages) as well as the results from the current page, each containing only basic contact information about each buyer.

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