List Card Products
Learn to retrieve card products’ information.
In this lesson, we’ll learn to get a list of all existing card products. We’ll also learn to get information about a specific card product we choose.
Get all card products
We can get a list of all card products by making a GET
request to the {BASE_URL}/cardproducts
endpoint. This gives us a list of all existing card products with their details. This endpoint also supports pagination, which allows us to retrieve a specific range of resources from the sorted list of returned resources.
Request parameters
The request parameters of the above endpoint are provided in the table below:
Get hands-on with 1400+ tech skills courses.