{"id":9612,"date":"2022-04-28T17:31:59","date_gmt":"2022-04-28T17:31:59","guid":{"rendered":"https:\/\/zappysys.com\/blog\/?p=9612"},"modified":"2022-05-19T14:54:46","modified_gmt":"2022-05-19T14:54:46","slug":"register-oauth-app-zoho-api","status":"publish","type":"post","link":"https:\/\/zappysys.com\/blog\/register-oauth-app-zoho-api\/","title":{"rendered":"How to register OAuth App for Zoho \/ ManageEngine API"},"content":{"rendered":"<h2>Introduction<\/h2>\n<p>In this article, we will show you steps to register OAuth App for Zoho API and use it ZappySys Product. The steps listed here can be used for Zoho Products like CRM or ManagedEngine Products like ServiceDesk (ManageEngine is Zoho&#8217;s subsidary). For detailed steps check Zoho&#8217;s\u00a0<a href=\"https:\/\/www.zoho.com\/crm\/developer\/docs\/api\/v2\/register-client.html\">link here<\/a>.<\/p>\n<h2>Register OAuth App in Zoho<\/h2>\n<ol>\n<li>Go to <a href=\"https:\/\/api-console.zoho.com\/\" target=\"_blank\" rel=\"noopener\">Zoho API Console<\/a><\/li>\n<li>Click on Add Client\u00a0 link<br \/>\n<a href=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2022\/04\/add-zoho-oauth-app-client.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-9613\" src=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2022\/04\/add-zoho-oauth-app-client.png\" alt=\"\" width=\"347\" height=\"187\" srcset=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2022\/04\/add-zoho-oauth-app-client.png 347w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2022\/04\/add-zoho-oauth-app-client-300x162.png 300w\" sizes=\"(max-width: 347px) 100vw, 347px\" \/><\/a><\/li>\n<li>Click on Server-Based App option<br \/>\n<a href=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2022\/04\/create-zoho-server-based-app.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-9616\" src=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2022\/04\/create-zoho-server-based-app.png\" alt=\"\" width=\"1105\" height=\"532\" srcset=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2022\/04\/create-zoho-server-based-app.png 1105w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2022\/04\/create-zoho-server-based-app-300x144.png 300w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2022\/04\/create-zoho-server-based-app-768x370.png 768w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2022\/04\/create-zoho-server-based-app-1024x493.png 1024w\" sizes=\"(max-width: 1105px) 100vw, 1105px\" \/><\/a><\/li>\n<li>When prompted enter following\n<ol>\n<li>Your <strong>APP NAME<\/strong><\/li>\n<li>Your company <strong>Homepage URL<\/strong> (any)<\/li>\n<li>Redirect URL (We suggest you use <strong>https:\/\/zappysys.com\/oauth<\/strong> )<\/li>\n<li>Click <strong><strong>CREATE<\/strong><\/strong><a href=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2022\/04\/zoho-oauth-app-redirect-callback-url.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-9614\" src=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2022\/04\/zoho-oauth-app-redirect-callback-url.png\" alt=\"\" width=\"694\" height=\"550\" srcset=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2022\/04\/zoho-oauth-app-redirect-callback-url.png 694w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2022\/04\/zoho-oauth-app-redirect-callback-url-300x238.png 300w\" sizes=\"(max-width: 694px) 100vw, 694px\" \/><\/a><\/li>\n<\/ol>\n<\/li>\n<li>After you create app you will see <strong>ClientID<\/strong> and <strong>ClientSecret<\/strong> (Copy them somewhere safe location). You will need this to enter on OAuth UI<br \/>\n<a href=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2022\/04\/zoho-oauth-app-get-clientid-clientsecret-copy.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-9615\" src=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2022\/04\/zoho-oauth-app-get-clientid-clientsecret-copy.png\" alt=\"\" width=\"668\" height=\"430\" srcset=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2022\/04\/zoho-oauth-app-get-clientid-clientsecret-copy.png 668w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2022\/04\/zoho-oauth-app-get-clientid-clientsecret-copy-300x193.png 300w\" sizes=\"(max-width: 668px) 100vw, 668px\" \/><\/a><\/li>\n<\/ol>\n<h2>Using Zoho OAuth in ZappySys Connection<\/h2>\n<p>Now last step is using 3 pieces on ZappySys OAuth Connection UI (same UI in ODBC PowerPack or SSIS PowerPack Products)<\/p>\n<ol>\n<li>Depending which Product you are using find out OAuth Connection UI Edit \/ New Connection option and enter below<\/li>\n<li>On General Page enter\n<ol>\n<li><strong>ClientID<\/strong>,<\/li>\n<li><strong>ClientSecret <\/strong><\/li>\n<li><strong>Scopes<\/strong> (Check API help page to find these.. each API requires different scope)<\/li>\n<li><strong>Authorization URL<\/strong> and <strong>Token URL<\/strong> as below (if its US Region) . For Other regions refer <a href=\"https:\/\/www.zoho.com\/crm\/developer\/docs\/api\/v2\/multi-dc.html\" target=\"_blank\" rel=\"noopener\">this article<\/a> to get URL<span class=\"lang:default decode:true crayon-inline \">https:\/\/accounts.zoho.com\/oauth\/v2\/auth<\/span><br \/>\n<span class=\"lang:default decode:true crayon-inline \">https:\/\/accounts.zoho.com\/oauth\/v2\/token<\/span><a href=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2022\/04\/zoho-api-configure-oauth-token-url-scopes.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-9617\" src=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2022\/04\/zoho-api-configure-oauth-token-url-scopes.png\" alt=\"\" width=\"577\" height=\"328\" srcset=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2022\/04\/zoho-api-configure-oauth-token-url-scopes.png 577w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2022\/04\/zoho-api-configure-oauth-token-url-scopes-300x171.png 300w\" sizes=\"(max-width: 577px) 100vw, 577px\" \/><\/a><\/li>\n<\/ol>\n<\/li>\n<li>Now go to Advanced Page and enter below\n<ol>\n<li><strong>Callback URL<\/strong> (exact same URL you configured in previous section)<br \/>\nWe suggest to use : <span class=\"lang:default decode:true crayon-inline \">https:\/\/zappysys.com\/oauth<\/span><\/li>\n<li><strong>Extra Auth Attributes<\/strong> like below<br \/>\n<span class=\"lang:default decode:true crayon-inline\">access_type=offline&amp;prompt=consent<\/span><\/p>\n<p><a href=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2022\/04\/zoho-api-oauth-redirect-callback-url.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-9618\" src=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2022\/04\/zoho-api-oauth-redirect-callback-url.png\" alt=\"\" width=\"551\" height=\"320\" srcset=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2022\/04\/zoho-api-oauth-redirect-callback-url.png 551w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2022\/04\/zoho-api-oauth-redirect-callback-url-300x174.png 300w\" sizes=\"(max-width: 551px) 100vw, 551px\" \/><\/a><\/li>\n<\/ol>\n<\/li>\n<li>Now go to General Tab again and click <strong>&gt;&gt;Generate Token&lt;&lt;<\/strong><\/li>\n<li><strong>Close Popup<\/strong> Browser and <strong>use Full Browser<\/strong> when Prompted<\/li>\n<li>Follow the steps &#8230; If successful you will see Access Token and Refresh Token extracted on the OAuth Connection UI<\/li>\n<\/ol>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Introduction In this article, we will show you steps to register OAuth App for Zoho API and use it ZappySys Product. The steps listed here can be used for Zoho Products like CRM or ManagedEngine Products like ServiceDesk (ManageEngine is Zoho&#8217;s subsidary). For detailed steps check Zoho&#8217;s\u00a0link here. Register OAuth App in Zoho Go to [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":9613,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[593,60,269],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\r\n<title>How to register OAuth App for Zoho \/ ManageEngine API | ZappySys Blog<\/title>\r\n<meta name=\"description\" content=\"How to register OAuth App for Zoho \/ ManageEngine API - ZappySys Blog\" \/>\r\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\r\n<link rel=\"canonical\" href=\"https:\/\/zappysys.com\/blog\/register-oauth-app-zoho-api\/\" \/>\r\n<meta property=\"og:locale\" content=\"en_US\" \/>\r\n<meta property=\"og:type\" content=\"article\" \/>\r\n<meta property=\"og:title\" content=\"How to register OAuth App for Zoho \/ ManageEngine API | ZappySys Blog\" \/>\r\n<meta property=\"og:description\" content=\"How to register OAuth App for Zoho \/ ManageEngine API - ZappySys Blog\" \/>\r\n<meta property=\"og:url\" content=\"https:\/\/zappysys.com\/blog\/register-oauth-app-zoho-api\/\" \/>\r\n<meta property=\"og:site_name\" content=\"ZappySys Blog\" \/>\r\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/ZappySys\/\" \/>\r\n<meta property=\"article:published_time\" content=\"2022-04-28T17:31:59+00:00\" \/>\r\n<meta property=\"article:modified_time\" content=\"2022-05-19T14:54:46+00:00\" \/>\r\n<meta property=\"og:image\" content=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2022\/04\/add-zoho-oauth-app-client.png\" \/>\r\n\t<meta property=\"og:image:width\" content=\"347\" \/>\r\n\t<meta property=\"og:image:height\" content=\"187\" \/>\r\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\r\n<meta name=\"author\" content=\"ZappySys\" \/>\r\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\r\n<meta name=\"twitter:creator\" content=\"@https:\/\/twitter.com\/zappysys\/\" \/>\r\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"ZappySys\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\r\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/zappysys.com\/blog\/register-oauth-app-zoho-api\/\",\"url\":\"https:\/\/zappysys.com\/blog\/register-oauth-app-zoho-api\/\",\"name\":\"How to register OAuth App for Zoho \/ ManageEngine API | ZappySys Blog\",\"isPartOf\":{\"@id\":\"https:\/\/zappysys.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/zappysys.com\/blog\/register-oauth-app-zoho-api\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/zappysys.com\/blog\/register-oauth-app-zoho-api\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2022\/04\/add-zoho-oauth-app-client.png\",\"datePublished\":\"2022-04-28T17:31:59+00:00\",\"dateModified\":\"2022-05-19T14:54:46+00:00\",\"author\":{\"@id\":\"https:\/\/zappysys.com\/blog\/#\/schema\/person\/2756c237457fbc95d82cb38962f81f82\"},\"description\":\"How to register OAuth App for Zoho \/ ManageEngine API - ZappySys Blog\",\"breadcrumb\":{\"@id\":\"https:\/\/zappysys.com\/blog\/register-oauth-app-zoho-api\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/zappysys.com\/blog\/register-oauth-app-zoho-api\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/zappysys.com\/blog\/register-oauth-app-zoho-api\/#primaryimage\",\"url\":\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2022\/04\/add-zoho-oauth-app-client.png\",\"contentUrl\":\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2022\/04\/add-zoho-oauth-app-client.png\",\"width\":347,\"height\":187},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/zappysys.com\/blog\/register-oauth-app-zoho-api\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/zappysys.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to register OAuth App for Zoho \/ ManageEngine API\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/zappysys.com\/blog\/#website\",\"url\":\"https:\/\/zappysys.com\/blog\/\",\"name\":\"ZappySys Blog\",\"description\":\"SSIS \/ ODBC Drivers \/ API Connectors for JSON, XML, Azure, Amazon AWS, Salesforce, MongoDB and more\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/zappysys.com\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/zappysys.com\/blog\/#\/schema\/person\/2756c237457fbc95d82cb38962f81f82\",\"name\":\"ZappySys\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/zappysys.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/5c9be148088ba9b8af8e955c5f7c22b5?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/5c9be148088ba9b8af8e955c5f7c22b5?s=96&d=mm&r=g\",\"caption\":\"ZappySys\"},\"sameAs\":[\"http:\/\/www.zappysys.com\/\",\"https:\/\/www.facebook.com\/ZappySys\/\",\"https:\/\/twitter.com\/https:\/\/twitter.com\/zappysys\/\"],\"url\":\"https:\/\/zappysys.com\/blog\/author\/admin\/\"}]}<\/script>\r\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to register OAuth App for Zoho \/ ManageEngine API | ZappySys Blog","description":"How to register OAuth App for Zoho \/ ManageEngine API - ZappySys Blog","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/zappysys.com\/blog\/register-oauth-app-zoho-api\/","og_locale":"en_US","og_type":"article","og_title":"How to register OAuth App for Zoho \/ ManageEngine API | ZappySys Blog","og_description":"How to register OAuth App for Zoho \/ ManageEngine API - ZappySys Blog","og_url":"https:\/\/zappysys.com\/blog\/register-oauth-app-zoho-api\/","og_site_name":"ZappySys Blog","article_author":"https:\/\/www.facebook.com\/ZappySys\/","article_published_time":"2022-04-28T17:31:59+00:00","article_modified_time":"2022-05-19T14:54:46+00:00","og_image":[{"width":347,"height":187,"url":"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2022\/04\/add-zoho-oauth-app-client.png","type":"image\/png"}],"author":"ZappySys","twitter_card":"summary_large_image","twitter_creator":"@https:\/\/twitter.com\/zappysys\/","twitter_misc":{"Written by":"ZappySys","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/zappysys.com\/blog\/register-oauth-app-zoho-api\/","url":"https:\/\/zappysys.com\/blog\/register-oauth-app-zoho-api\/","name":"How to register OAuth App for Zoho \/ ManageEngine API | ZappySys Blog","isPartOf":{"@id":"https:\/\/zappysys.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/zappysys.com\/blog\/register-oauth-app-zoho-api\/#primaryimage"},"image":{"@id":"https:\/\/zappysys.com\/blog\/register-oauth-app-zoho-api\/#primaryimage"},"thumbnailUrl":"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2022\/04\/add-zoho-oauth-app-client.png","datePublished":"2022-04-28T17:31:59+00:00","dateModified":"2022-05-19T14:54:46+00:00","author":{"@id":"https:\/\/zappysys.com\/blog\/#\/schema\/person\/2756c237457fbc95d82cb38962f81f82"},"description":"How to register OAuth App for Zoho \/ ManageEngine API - ZappySys Blog","breadcrumb":{"@id":"https:\/\/zappysys.com\/blog\/register-oauth-app-zoho-api\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/zappysys.com\/blog\/register-oauth-app-zoho-api\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/zappysys.com\/blog\/register-oauth-app-zoho-api\/#primaryimage","url":"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2022\/04\/add-zoho-oauth-app-client.png","contentUrl":"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2022\/04\/add-zoho-oauth-app-client.png","width":347,"height":187},{"@type":"BreadcrumbList","@id":"https:\/\/zappysys.com\/blog\/register-oauth-app-zoho-api\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/zappysys.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to register OAuth App for Zoho \/ ManageEngine API"}]},{"@type":"WebSite","@id":"https:\/\/zappysys.com\/blog\/#website","url":"https:\/\/zappysys.com\/blog\/","name":"ZappySys Blog","description":"SSIS \/ ODBC Drivers \/ API Connectors for JSON, XML, Azure, Amazon AWS, Salesforce, MongoDB and more","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/zappysys.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/zappysys.com\/blog\/#\/schema\/person\/2756c237457fbc95d82cb38962f81f82","name":"ZappySys","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/zappysys.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/5c9be148088ba9b8af8e955c5f7c22b5?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/5c9be148088ba9b8af8e955c5f7c22b5?s=96&d=mm&r=g","caption":"ZappySys"},"sameAs":["http:\/\/www.zappysys.com\/","https:\/\/www.facebook.com\/ZappySys\/","https:\/\/twitter.com\/https:\/\/twitter.com\/zappysys\/"],"url":"https:\/\/zappysys.com\/blog\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/posts\/9612"}],"collection":[{"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/comments?post=9612"}],"version-history":[{"count":4,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/posts\/9612\/revisions"}],"predecessor-version":[{"id":9653,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/posts\/9612\/revisions\/9653"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/media\/9613"}],"wp:attachment":[{"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/media?parent=9612"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/categories?post=9612"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/tags?post=9612"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}