{
"page": 0,
"size": 20,
"groupCode": "UCPG12345678",
"isActive": true
}curl --location 'https://api.lampays.com/card-products/groups/page' \
--header 'X-API-VERSION: 1' \
--header 'X-Api-Key: {{api_key}}' \
--header 'X-Timestamp;' \
--header 'X-Nonce;' \
--header 'X-Signature;' \
--header 'X-Signature-Algorithm;' \
--header 'Content-Type: application/json' \
--data '{
"page": 0,
"size": 20,
"groupCode": "UCPG12345678",
"isActive": true
}'{
"version": "string",
"timestamp": 0,
"success": true,
"code": "string",
"message": "string",
"data": {
"items": [
{
"bizId": "UCPG_ABCDEF1234567890",
"groupCode": "UCPG12345678",
"groupDescription": "Primary group description",
"lifecycleStatus": {
"code": "ACTIVE",
"value": 35010102,
"label": "Active"
},
"createdAt": 1771898400000,
"updatedAt": 1771898700000,
"providerType": {
"code": "ACTIVE",
"value": 35010102,
"label": "Active"
},
"fundingModel": {
"code": "ACTIVE",
"value": 35010102,
"label": "Active"
}
}
],
"pagination": {
"totalPages": 0,
"totalRecords": 0,
"currentPage": 0,
"pageSize": 0,
"hasNext": true,
"paginated": true,
"empty": true
}
}
}