Orchestly API guide

Orchestly API guide

Orchestly’s  REST APIs allow users to build applications or develop integrations between Orchestly and other applications. The  OAuth 2.0 protocol used in Orchestly handles the authentication and authorization processes.
 
Here are the basic steps involved in using OAuth 2.0 protocol:
  1. Register your application to obtain the Client ID and Client Secret. 
  2. Authorize your application using the obtained Client ID and Client Secret values.
  3. Generate access and refresh tokens once the authorization is successful.
 
Access tokens are used to make API requests and the refresh token is used to generate new access tokens once the existing token expires. 
 
We have documented a step-by-step guide for authorising OAuth 2.0 protocol in Orchestly. You can also take a look at all the methods supported by Orchestly's REST APIs. 
 

    • Related Articles

    • Orchestly extension guide

      Orchestly allows users to develop customized solutions for different business requirements. These extensions are then hosted on Zoho Marketplace where the users can install and use it.  Overview Orchestly uses ZET (Zoho Extension Toolkit) framework ...
    • Quickstart guide

      Accounts created on or after 17th January 2020 come with industry specific default labels for "staff" and "services". The ability to customize the labels is kept intact. Plan your requirements  Salon service example for a walk-through of Zoho ...
    • REST API

      An  API key provides a one-time authentication for triggering API calls in Orchestly. Only the standalone custom functions can be invoked using the API key.   Navigate to your  Profile  in the upper-right corner of the page and ...
    • Viewing API settings

      API provides access to different operations of campaign and list management. One of the most useful features is removing the need to log in every single time. Resellers can use Zoho MarketingHub's API to integrate our functionalities in their ...
    • Zoho Sprints API - An Overview

      Zoho Sprints APIs use Oauth 2.0 framework for authorization and authentication. They are REST based and will help you manage your data in Sprints with ease. You will be able to integrate with other Zoho applications and third-party applications using ...