How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Certifyos Monitoring Workflow API

APIs for managing monitoring workflows

Certifyos Monitoring Workflow API is one of 59 APIs that Certifyos publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include MonitoringWorkflow. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 19 operations across 15 paths, and defines 40 schemas. It is described by OpenAPI 3.2.0, at version 1.0.0.

Requests are made against 6 base URLs: http://localhost:9000, https://api-service.staging.certifyos.com, https://api-service.internal.certifyos.com, https://api-service.test.certifyos.com, https://api-service.demo.certifyos.com, https://api-service.certifyos.com.

19 operations 15 paths 40 schemas 2 DELETE4 GET4 PATCH6 POST3 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.0.0
Base URL
https://api-service.certifyos.com
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Certifyos Monitoring Workflow API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (jwt).

  • jwt — JWT Authentication - Provide only the raw token without Bearer prefix

Paths & Operations 19

Across 15 paths, the API surfaces 19 operations — 2 DELETE, 4 GET, 4 PATCH, 6 POST, 3 PUT. Each is listed below with its method, path, parameters, and response codes.

MonitoringWorkflow 19

APIs for managing monitoring workflows

GET
/monitoring-workflows
Get monitoring workflows
getMonitoringWorkflows 7 params → 200400401403500
POST
/monitoring-workflows/assignments
Create assignments for multiple monitoring workflows
bulkAssignMonitoringWorkflows 1 param body → 200400401403500
PUT
/monitoring-workflows/bulk/status
Bulk update monitoring workflow status
bulkUpdateMonitoringWorkflowStatus 1 param body → 200400401403500
PATCH
/monitoring-workflows/unassign
Unassign multiple monitoring workflows
bulkUnassignMonitoringWorkflows 1 param body → 200400401403500
GET
/monitoring-workflows/{id}
Get monitoring workflow by ID
getMonitoringWorkflow 2 params → 200401403404500
POST
/monitoring-workflows/{id}/assignment
Create assignment for a single monitoring workflow
assignMonitoringWorkflow 2 params body → 200400401403404500
PATCH
/monitoring-workflows/{id}/unassign
Unassign a single monitoring workflow
unassignMonitoringWorkflow 2 params → 200401403404500
POST
/monitoring-workflows/{workflowId}/attachments
Upload attachment to monitoring workflow row
uploadMonitoringWorkflowAttachment 2 params body → 201400401403404500
DELETE
/monitoring-workflows/{workflowId}/attachments
Delete attachment from monitoring workflow row
deleteMonitoringWorkflowAttachment 2 params body → 200400401403404500
POST
/monitoring-workflows/{workflowId}/pipeline-runs
Trigger pipeline execution for monitoring workflow
runMonitoringPipeline 2 params body → 200400401403404500
GET
/monitoring-workflows/{workflowId}/pipeline-runs
Get pipeline runs for a monitoring workflow
getMonitoringPipelineRuns 8 params → 200400401403404500
GET
/monitoring-workflows/{workflowId}/pipeline-runs/{id}
Get a specific pipeline run for a monitoring workflow
getMonitoringPipelineRunById 4 params → 200401403404500
PATCH
/monitoring-workflows/{workflowId}/records/{recordId}/verify
Verify a record in a monitoring workflow section
verifyMonitoringWorkflowRecord 3 params → 200400401403404500
PUT
/monitoring-workflows/{workflowId}/status
Update monitoring workflow status
updateMonitoringWorkflowStatus 2 params body → 200400401403404500
PUT
/monitoring-workflows/{workflowId}/supporting-documents
Update supporting documents for a monitoring workflow using replace-all pattern
updateSupportingDocumentsForMonitoringWorkflow 2 params body → 200400401403404500
POST
/monitoring-workflows/{workflowId}/supporting-documents
Create a new supporting document for a monitoring workflow
createSupportingDocumentForMonitoringWorkflow 2 params body → 201400401403404500
POST
/monitoring-workflows/{workflowId}/{sectionName}
Create a new record in any monitoring workflow section
createMonitoringWorkflowSectionRecord 3 params body → 201400401403404500
PATCH
/monitoring-workflows/{workflowId}/{sectionName}/{recordId}
Update a single record in any monitoring workflow section
updateMonitoringWorkflowSectionRecord 4 params body → 200400401403404500
DELETE
/monitoring-workflows/{workflowId}/{sectionName}/{recordId}
Delete a record from any monitoring workflow section
deleteMonitoringWorkflowSectionRecord 4 params → 200400401403404500

Schemas 40

The contract defines 40 schemas that model the data the API accepts and returns. The most detailed are Practitioner.schema (179 properties), JsonNode (22 properties), MonitoringWorkflowDataPipelineRequestResponse (18 properties), GetMonitoringWorkflowResponse (14 properties). Each schema is shown below with its type and property counts.

AssignmentEntry2
object
3 properties
AssignmentResult2
object
Result of an individual assignment operation
3 properties
MonitoringWorkflow.schema
object
Represents the monitoring workflow data stored in the data JSON field.
4 properties 1 required
BulkUpdateMonitoringWorkflowStatusRequest
object
Request to update status of multiple monitoring workflows
3 properties 3 required
Practitioner.schema
object
179 properties
FlagHistoryAttachmentResponse
object
5 properties
FlagTypeResponse
object
3 properties
Date
string
BulkAssignMonitoringWorkflowRequest
object
Request to assign multiple monitoring workflows
3 properties 1 required
GetMonitoringPipelineRunsResponse
object
Response containing a paginated list of monitoring pipeline runs
3 properties
UploadMonitoringWorkflowAttachmentResponse
object
Response containing the uploaded attachment metadata
2 properties
MonitoringSupportingDocumentUpdateRequest
object
Supporting document data for PUT operations using replace-all pattern
8 properties 3 required
FlagWithHistoryResponse
object
12 properties
Instant
string
BulkAssignMonitoringWorkflowResponse
object
Response containing results of bulk assignment of monitoring workflows
5 properties
BulkUnassignMonitoringWorkflowRequest
object
Request to unassign multiple monitoring workflows
2 properties
MonitoringWorkflowResponse.schema
Defines the structure for monitoring workflow response data, extending the base schema with system-computed fields. Computed fields are automatically derived b…
UnassignmentResult
object
Result of an individual unassignment operation
2 properties
CreateMonitoringWorkflowAssignmentRequest
object
Request to create a new assignment for a monitoring workflow
1 property 1 required
MonitoringWorkflowResponse
object
13 properties
GetMonitoringWorkflowsResponse
object
Response containing a list of monitoring workflows
2 properties
DeleteAttachmentRequest2
object
Request to delete an attachment
2 properties 2 required
ApiError
object
Standard API error response containing a list of error objects
1 property
attachment
object
9 properties
MonitoringWorkflowDataPipelineRequestResponse
object
18 properties
UpdateMonitoringWorkflowStatusRequest
object
Request to update monitoring workflow status
2 properties 2 required
PageLinks
object
3 properties
JsonNode
object
22 properties
MonitoringWorkflowAttachment
object
Attachment metadata for monitoring workflow row
6 properties 3 required
JsonNodeType
string
ErrorObject
object
Individual error object containing details about a specific validation or processing error
4 properties
BulkUnassignMonitoringWorkflowResponse
object
Response containing results of bulk unassignment of monitoring workflows
5 properties
PipelineName
string
FlagWithTypeResponse
object
11 properties
BadRequestErrorResponse
object
Standard error response structure for 400 Bad Request validation and client errors
2 properties
WorkflowUpdateFailure
object
2 properties
BulkUpdateMonitoringWorkflowStatusResponse
object
Response for bulk monitoring workflow status update
5 properties
RunPipelineRequest
object
1 property 1 required
GetMonitoringWorkflowResponse
object
Response containing a single monitoring workflow
14 properties
FlagHistoryWithAttachmentsResponse
object
6 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

certifyos-monitoringworkflow-api-openapi.yml Raw ↑

Other APIs Certifyos publishes across the network.

Certifyos Address Standardization API
Certifyos Auth API
Certifyos Auth Resource API
Certifyos Auth Tokens API
Certifyos Contracts API
Certifyos Credentialing Outreach Resource API
Certifyos Credentialing Workflows API
Certifyos Credentialing Workflow API
Certifyos Dal Reactive Test Resource API
Certifyos Directory API
Certifyos Egress Template API
Certifyos Event Email Settings API
Where this information came from

This is an independent, third-party profile of Certifyos Monitoring Workflow API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.