{
"groupCode": "UCPG12345678",
"isActive": true
}curl --location 'https://api.lampays.com/card-products/groups/list' \
--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 '{
"groupCode": "UCPG12345678",
"isActive": true
}'{
"version": "string",
"timestamp": 0,
"success": true,
"code": "string",
"message": "string",
"data": [
{
"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"
}
}
]
}