I'm getting 'Invalid Ticket ID' with every request I make

I'm getting 'Invalid Ticket ID' with every request I make

I'm just trying to use the API and have performed all the necessary setup, I was able to generate a ticket and can se it listed on the "Active Sessions" section of the admin part of zoho.com

Here's a URL that I try using curl on the command-line and the response (apikey and ticket have been modified).

I'm using the ticket and apikey exactly as provided. I've tried removing the $ and the * to no avail.  Any help would be greatly appreciated.

  1. https://crm.zoho.com/crm/private/json/Tasks/getRecords?apikey=DpuwjnxFwMlFfGLP2g1rXcLlu84Wi*c6r3fQaMaWeIhlI$&ticket=ed0b2d8f2cf0deb85a86a0e306e42810&newFormat=1&selectColumns=All
  2. HTTP/1.1 500 Internal Server Error
  3. Set-Cookie: crmcsr=15f2a806-818f-4d01-8eea-1c1ddc1a4854; Path=/
  4. Set-Cookie: JSESSIONID=7256B9B201AE082727591EE7FEA93234; Path=/crm
  5. Set-Cookie: crmze=8; Path=/
  6. Pragma: no-cache
  7. Cache-Control: no-cache
  8. Expires: Thu, 01 Jan 1970 00:00:00 GMT
  9. Content-Type: text/html;charset=UTF-8
  10. Date: Sat, 01 Oct 2011 00:35:17 GMT
  11. Server: ZGS
  12. P3P: CP="CAO PSA OUR"
  13. Transfer-Encoding: chunked
  14. Strict-Transport-Security: max-age=604800

  15. {"response":{"error":{"message":"Invalid Ticket Id","code":"4834"}}}