Skip to main content
The FlowForma Governance API is a REST API for managing governance across your FlowForma tenant. Use it to read and manage environments, raise and promote environment and process requests, define security templates, read settings, and set credentials on stored API connections. All endpoints are served from https://api.flowforma.com and versioned under /v1. Requests and responses use JSON.

Get started

Getting Started

Base URL, your first call, pagination, and error handling.

Authentication

Obtain an Azure AD bearer token or use a FlowForma integration access token.

App Registration

Register an Azure AD app to authorize the API.

Interactive Swagger

Try the live API from the hosted Swagger page.

What you can do

Environments

List app environments and read their flows and lists.

Environment Requests

Create and promote requests for new app environments.

Processes

Create and promote process promotion requests between environments.

Process Actions

Create and update forms in a live environment.

Security Templates

Read and create the security templates used by environment requests.

API Connections

Set credentials on the subscription’s stored API connections.

Authentication at a glance

Most endpoints accept an Azure AD app-only bearer token. The Process Actions and API Connections endpoints require a FlowForma integration access token instead. See Authentication for details.