Use new Signature v2 for APIs that have Sign2.0 tag
Sign2.0
2.0
page_no
page_size
curl --location --request GET 'https://api-uat.io.linksfield.net/cube/v4/sims?status=23&page_no=1&page_size=100' \ --header 'nonce;' \ --header 'timestamp;' \ --header 'Accept-Language: en-US' \ --header 'Authorization;' \ --header 'X-LF-Api-Version;' \ --header 'X-LF-Signature-Type: 2.0' \ --header 'Content-Type: application/json'
{ "status": { "code": "CB-00-0000", "message": "success", "detail": null }, "data": [ { "sim_id": "89852202508034252912", "status": 30, "sim_service": { "contract": { "start_at": 1661757216000, "end_at": 1685548799000 }, "bundles": [ { "id": "LP20220830003867", "status": 1, "type": 1, "use": 3, "data_limit": 31457280, "period_unit": 2, "period_number": 1, "cycles": 1, "current_cycle": 1, "current_cycle_start_at": 1667372568000, "current_cycle_end_at": 1669823999000, "current_cycle_usage": 0, "added_at": 1667359994000, "start_at": 1667372568000, "end_at": 1669823999000 } ] } }, { "sim_id": "89852202508034252910", "status": 40, "sim_service": { "contract": { "start_at": 1681270727000, "end_at": 1711900799000 }, "bundles": [] } } ], "total_count": 45 }