Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

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.

8 operations 5 paths 4 schemas 1 DELETE2 GET4 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Base URL
https://us.cflowapps.com
Authentication
API Key, API Key, API Key
Terms of Service
Resource Areas
1

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.

Requests 8

Operations for managing workflow requests.

GET
/integromat/api/cflow/workflows/{workflowId}/requests
Cflow List Requests
listRequests 1 param → 200401404500
POST
/integromat/api/cflow/workflows/{workflowId}/requests
Cflow Create Request
createRequest 1 param body → 201400401404500
GET
/integromat/api/cflow/workflows/{workflowId}/requests/{requestId}
Cflow Get Request
getRequest 2 params → 200401404500
PUT
/integromat/api/cflow/workflows/{workflowId}/requests/{requestId}
Cflow Update Request
updateRequest 2 params body → 200400401404500
DELETE
/integromat/api/cflow/workflows/{workflowId}/requests/{requestId}
Cflow Delete Request
deleteRequest 2 params → 204401404500
POST
/integromat/api/cflow/workflows/{workflowId}/requests/{requestId}/approve
Cflow Approve Request
approveRequest 2 params body → 200400401404500
POST
/integromat/api/cflow/workflows/{workflowId}/requests/{requestId}/reject
Cflow Reject Request
rejectRequest 2 params body → 200400401404500
POST
/integromat/api/cflow/workflows/{workflowId}/drafts
Cflow Create Draft Request
createDraftRequest 1 param body → 201400401404500

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.

RequestCreate
object
1 property 1 required
ApprovalAction
object
2 properties
Request
object
8 properties
RequestUpdate
object
1 property 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

cflow-requests-api-openapi.yml Raw ↑

Other APIs Cflow publishes across the network.

Cflow Users API
Cflow Workflows API