Authorizing OAuth Requests

This section explains how web applications can use Writer APIs and access the API endpoints to implement OAuth 2.0 and access our APIs. All requests sent and received via the Writer API will be authorized to ensure better security. The steps involved in the authentication process and the OAuth flow is explained in the following sections.

  • Step 1: Register your application with Zoho
  • Step 2: Authorization Request
  • Step 3: Generate Access and Refresh tokens
  • Step 4: Refresh your Access Tokens
  • Step 5: Revoke your Refresh Tokens