Get All Collections
List all collections
HTTP Method: GET
https://api.payright.my/api/v1/merchant/collections?skip=0&limit=10
Response
{
"status": "ok",
"code": 200,
"data": {
"list": {
"draw": 1,
"record_total": 1,
"record_filtered": 1,
"data": [
{
"title": "NORMAL_COLLECTION",
"description": "Normal Collection Description",
"status": "ACTIVE",
"collection_uuid": "PyC0D7F54A90rgt",
"created_at": "2023-01-25T11:14:40"
}
],
"next_page_start": 10,
"next_page_length": 10,
"previous_page_start": "",
"previous_page_length": 10
}
},
"uuid": "dbd44a99-2d0f-470d-91fe-c73e8cdd1848"
}
Last updated