Invalid ticket id with getFields

Invalid ticket id with getFields

Hi,

I am new to the API world and I am trying to make a getFields on the Accounts to see which fields I can use.
I have tried the following values with my auth token:

" https://crm.zoho.com/crm/private/xml/Leads/getRecords?authtoken=XXXXXXX&scope=crmapi"

This works fine and give me the list of leads.

Now if I try this:

" https://crm.zoho.eu/crm/private/xml/Leads/getFields?authtoken=XXXXXXX&scope=crmapi"
or
" https://crm.zoho.eu/crm/private/xml/Accounts/getFields?authtoken=XXXXXXX&scope=crmapi"
I obtain the below result. Could you explain why?

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <response uri="/crm/private/xml/Leads/getFields">
  3.   <error>
  4.     <code>4834</code>
  5.     <message>Invalid Ticket Id</message>
  6.   </error>
  7. </response>