Get Collection
Get a single collection by id
HTTP Method: GET
https://api.payright.my/api/v1/merchant/collections/{collection_uuid}
Query Parameters
Property
Type
Description
Response
{
"status": "ok",
"code": 200,
"data": {
"title": "NORMAL_COLLECTION",
"description": "Normal Collection Description",
"collection_uuid": "PyC0D7F54A90rgt",
"status": "ACTIVE",
"created_at": "2023-01-18T18:24:00"
},
"uuid": "dbd44a99-2d0f-470d-91fe-c73e8cdd1848"
}
Last updated