GET /accounts/{account_id}/one/applications/{application_id}/setup-flows

Returns all available setup flows for the application, one per auth method.

Servers

Path parameters

Name Type Required Description
application_id String Yes

Application/vendor identifier.

Valid values:

  • "MICROSOFT_INTERNAL"
  • "BITBUCKET"
  • "DROPBOX"
  • "BOX"
  • "CONFLUENCE"
  • "SLACK"
  • "GITHUB"
  • "JIRA"
  • "SALESFORCE"
  • "GOOGLE_WORKSPACE"
account_id String Yes

Cloudflare account identifier.

Query parameters

Name Type Required Description
auth_method String No

Filter by auth method id. Get available ids from GET /v2/applications.

environment String No

Filter by environment.

Valid values:

  • "fedramp"
  • "standard"

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.