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:
- Register your application to obtain the Client ID and Client Secret.
- Authorize your application using the obtained Client ID and Client Secret values.
- 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.