Using the Access token to make API requests

Send the Access token as a header when you call a Zoho REST API.

GET oauth/user/info

Query String
GET
HOST: https://accounts.zoho.com/

Header:
Authorization=Zoho-oauthtoken<space><access token> or
Authorization=Bearer<space><access token>