List all products
Developing
Request
Send your HTTP requests with an Authorization
header that contains the word Basic followed by a space and a base64-encoded string username:password
Example:Authorization: Basic *****************
Request samples
curl --location -g --request GET 'https://apitest.wooshpay.com/v1/products?starting_after=&ending_before=&limit=&active=true&ids=&url=&created[gt]=&created[gte]=&created[lt]=&created[lte]=' \
--header 'Accept;' \
--header 'Authorization: Basic Og=='
Responses
application/json Modified at 2024-09-05 06:04:23