Zend certified PHP/Magento developer

I have added products to the guest cart programmatically & I want the cart page to open with the cart products on clicking the cart url

Output

{
"response_code": "success",
"response_message": "unique cart url created successfully",
"response_data": {
    "cart_url": "http://local.trace.com/checkout/cart/"
}

}

If i click on above cart url, it should take me to cart page with cart products