Cflow Requests API
Operations for managing workflow requests.
Cflow Requests API is one of 3 APIs that Cflow publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
This API exposes 5 JSON Schema definitions.
Tagged areas include Requests. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a JSON-LD context, and 5 JSON Schemas.
This API exposes 8 operations across 5 paths, and defines 4 schemas. It is described by OpenAPI 3.1.0, at version 1.0.0.
Requests are made against a single base URL, https://us.cflowapps.com.
Metadata
The identity and technical contract details declared by the specification.
Authentication & Security 3
Cflow Requests API declares
3 security schemes
for authenticating requests.
An API key is passed in the header as apikey (apiKey).
An API key is passed in the header as userkey (userKey).
An API key is passed in the header as username (username).
By default, every request must be authenticated.
apiKey— API key obtained from Cflow Dashboard under Admin API Settings Generate API key.userKey— User key obtained from Cflow Profile API Key UserKey.username— The Cflow account username.
Paths & Operations 8
Across 5 paths, the API surfaces 8 operations — 1 DELETE, 2 GET, 4 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.
Operations for managing workflow requests.
Schemas 4
The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are Request (8 properties), ApprovalAction (2 properties), RequestUpdate (1 property), RequestCreate (1 property). Each schema is shown below with its type and property counts.
Specification
The full machine-readable OpenAPI contract behind this narrative.
Source
More from Cflow 2
Other APIs Cflow publishes across the network.