API Reference

Get Many Paginated

Log in to see full request history

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.

Query Params
int32
required
Defaults to 1

Page to get results from. Must be greater than zero.

int32
required
Defaults to 1

Number of results per page. Must be greater than zero.

Headers
string
required

Bearer token

Responses

Language
Credentials
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json