Skip to main content
GET
List points products
This endpoint requires the scope.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

exchange_type
enum<string>

Filter results to only points products with the provided exchange_type.

Available options:
fixed,
variable
Example:

"variable"

page_size
integer
default:50

The maximum number of points products to retrieve.

Required range: 1 <= x <= 250
page
integer
default:1

The page of points products to retrieve.

Response

200 - application/json

The points products were successfully retrieved.

points_products
object[]