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}
Example
Copiedcurl --location --request GET 'https://assist.zoho.com/api/v2/user' \
--header 'Authorization: Zoho-oauthtoken {access_token}'