Product Catalog API
Get the list of the Bando Fulfiller Catalog.
Overview
This API fetches a paginated list of products available for payment with the bando fulfillment protocol.
Objectives
The most common use for this API would be to populate a UI that enlists the available services to spend for your wallet / Dapp / game / metaverse, etc.
API Specification
get
/products/grouped
Query parameters
pageNumberinteger · default: 1
Page number (starts from 1)
pageSizeinteger · default: 100
Page size (number of items per page)
brandstring
Brand to filter
countrystring
2 letter ISO code for the destination country to filter
typestring
Product type to filter
subTypestring
Offer subtype to filter
Responses
application/json
application/json
application/json
application/json
application/json
cURL
JavaScript
Python
HTTP
200
400
401
403
500
get
/products
Query parameters
pageNumberinteger · default: 1
Page number (starts from 1)
pageSizeinteger · default: 100
Page size (number of items per page)
brandstring
Brand to filter
countrystring
2 letter ISO code for the destination country to filter
typestring
Product type to filter
subTypestring
Offer subtype to filter
Responses
application/json
application/json
application/json
application/json
application/json
cURL
JavaScript
Python
HTTP
200
400
401
403
500
Last updated
Was this helpful?