Get Subscription Products

13.3 Get Subscription Products

Request

Method

URL

GET

/subscription-products

Query Params

id(Optional): List of subscription IDs to filter.

name (Optional): Filter subscription by name.

page (Optional): Page number for pagination.

size (Optional): Number of items per page for pagination.

Response

Status

Response

200

{

"status": true,

"data": {

"items": [

{

"is_active": true,

"id": 1,

"createdDate": "2024-01-27T16:50:44.409921",

"updatedDate": null,

"price": 1000.0,

"merchant_id": 1,

"name": "araba",

"deletedDate": null

}

]

},

"page": 1,

"size": 1,

"total_size": 1

}

403

400

401

401

500

Last updated