POST /api/v1/apps/{appName}/{appId}/oauth2/callback

Verifies the OAuth 2.0-based connection as part of the OAuth 2.0 consent flow. The validation of the consent flow is the last step of the provisioning setup for an OAuth 2.0-based connection. Currently, this operation only supports office365,google, zoomus, and slack apps.

Servers

Path parameters

Name Type Required Description
appId String Yes

Application ID

appName String Yes

Possible values:

  • "slack"
  • "zoomus"
  • "google"
  • "office365"

Query parameters

Name Type Required Description
code String No
state String No

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.