Making API calls with access token

To authenticate your API calls, include the access token in the Authorization header of every Zoho Assist API request.


Supported Formats:

Authorization: Zoho-oauthtoken <space> {access-token-value}
Authorization: Bearer <space> {access-token-value}


Supported Formats:

curl-X GET "https://www.zohoapis.com" \ -H"Authorization: Zoho-oauthtoken 1000.abc123def456..."