Use new Signature v2 for APIs that have Sign2.0 tag
Sign2.0
v1.0
curl --location --request GET 'https://api-uat.io.linksfield.net/cube/v4/sms/mt/job/21138AABC' \ --header 'nonce;' \ --header 'timestamp;' \ --header 'Accept-Language: en-US' \ --header 'Authorization;' \ --header 'x-lf-Api-Version;' \ --header 'x-lf-Signature-Type: 2.0' \ --header 'client-token;' \ --header 'Content-Type: application/json'
{ "data": [ { "org_id": "P001234", "sim_id": "89852123456789012345", "msisdn": "877676774564564", "send_at": "2023-01-01T12:12:12Z", "message": { "type": 1, "content": "test" }, "status": 1, "source": 1, "user": null, "update_at": "2023-01-01T12:12:12Z", "error": null } ], "status": { "code": "CB-00-0000", "message": "Success", "detail": null }, "total_count": 111 }