Products List
https://paydoux.com/products?page=1
Params
Name
Type
Description
page
integer
Page
Response
{
"data": [
{
"id": "1",
"user_id": "1",
"name": "Test",
"description": "Test",
"amount": "10.00",
"status": "ACTIVE",
"type": "PRODUCT",
"period_type": "FIXED",
"period": null,
"created_at": null,
"updated_at": "2024-06-16 00:50:02"
}
],
"pager": {}
}
Last updated