Workflows
Retrieves all workflows for the authenticated user.
Required scopes
This endpoint requires the following scopes:
Authorizations
AuthorizationstringRequired
Responses
200Success
No content
401
ErrorResponse defines a common error response structure.
500
ErrorResponse defines a common error response structure.
post
/api/workflows/listPOST /api/workflows/list HTTP/1.1
Host: api.groundcover.com
Authorization: YOUR_API_KEY
Accept: */*
No content
Creates a new workflow from the provided definition.
Required scopes
This endpoint requires the following scopes:
Authorizations
AuthorizationstringRequired
Body
stringOptional
Responses
202Success
400
ErrorResponse defines a common error response structure.
401
ErrorResponse defines a common error response structure.
500
ErrorResponse defines a common error response structure.
post
/api/workflows/createPOST /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
Deletes a workflow by its unique identifier.
Required scopes
This endpoint requires the following scopes:
Authorizations
AuthorizationstringRequired
Path parameters
idstringRequired
Unique identifier of the workflow to delete
Responses
200Success
No content
400
ErrorResponse defines a common error response structure.
401
ErrorResponse defines a common error response structure.
500
ErrorResponse defines a common error response structure.
delete
/api/workflows/{id}DELETE /api/workflows/{id} HTTP/1.1
Host: api.groundcover.com
Authorization: YOUR_API_KEY
Accept: */*
No content
Last updated
