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:

  • "BITBUCKET"
  • "GOOGLE_CLOUD_PLATFORM"
  • "OPENAI"
  • "BOX"
  • "GITHUB"
  • "JIRA"
  • "MICROSOFT_INTERNAL"
  • "DROPBOX"
  • "ANTHROPIC"
  • "CONFLUENCE"
  • "SLACK"
  • "SERVICENOW"
  • "AWS"
  • "SALESFORCE"
  • "GOOGLE_WORKSPACE"
account_id String Yes

Cloudflare account identifier.

Query parameters

Name Type Required Description
page Integer No

A page number within the paginated result set.

auth_method String No

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

page_size Integer No

Number of results to return per page.

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.