Skip to main content
The FlowForma Governance API lets you manage app environments, environment requests, process promotion requests, security templates, settings, and API connection credentials across your tenant.

Base URL

All endpoints are versioned under /v1.

Your first call

After obtaining a bearer token (see Authentication), list your environments:
A successful response is a JSON array of environments:
The environment IDs returned here are what you pass to the process and environment-request endpoints.

Pagination

List endpoints return 10 records per page. Pass a 1-based pageNumber query parameter to move through the pages:
Each list response includes paging metadata in the response headers:

Errors

Errors are returned with the relevant HTTP status code and a JSON body:

Next steps

Authentication

Get a bearer token or use an integration access token.

API reference

Browse every endpoint, with request and response schemas.