Workflows

List Workflows

post

Retrieves all workflows for the authenticated user.

Authorizations
Responses
200Success
post
POST /api/workflows/list HTTP/1.1
Host: api.groundcover.com
Authorization: YOUR_API_KEY
Accept: */*

No content

Create Workflow

post

Creates a new workflow from the provided definition.

Authorizations
Body
stringOptional
Responses
202Success
post
POST /api/workflows/create HTTP/1.1
Host: api.groundcover.com
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 6

"text"

No content

Delete Workflow

delete

Deletes a workflow by its unique identifier.

Authorizations
Path parameters
idstringRequired

Unique identifier of the workflow to delete

Responses
200Success
delete
DELETE /api/workflows/{id} HTTP/1.1
Host: api.groundcover.com
Authorization: YOUR_API_KEY
Accept: */*

No content

Last updated