Using Coldfusion to fetch Zoho data

Using Coldfusion to fetch Zoho data

Hi Community,
has anyone used Coldfusion to fetch Zohobooks data.
this could be by chttp  or using javascript in Coldfusion.

I have tired with this code

<cfhttp  result="result" method="Get" 
  <cfhttpparam name="Authorization" type="header" value="Zoho-oauthtoken 1000.xxxxxxxxx.xxxxxxxf32">
</cfhttp>
<cfdump var="#result#">

Where id=xxxxxx is company id and  set the outhtoken 100.xxxxx.xxxxxxx

I get a result from the call
{"code":57,"message":"You are not authorized to perform this operation"}
So the cfhttp is being received and the zphobooks is returning the message not authorized.

Not certain on setting up the Outh Token been in the develope console to set the token and secret but tired everything and not working.

Any thoughts would be great or examples if anyone has tried this.
Zohobooks support can you suggest correct console setting for this??