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

SlashID Workflows API

The Workflows API from SlashID — 10 operation(s) for workflows.

SlashID Workflows API is one of 7 APIs that SlashID publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

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

This API exposes 14 operations across 10 paths, and defines 46 schemas. It is described by OpenAPI 3.2.0, at version 1.1.

Requests are made against 2 base URLs: https://api.slashid.com, https://api.sandbox.slashid.com.

14 operations 10 paths 46 schemas 1 DELETE4 GET1 PATCH8 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.1
Base URL
https://api.slashid.com
Authentication
API Key, HTTP Basic, HTTP Bearer
Terms of Service
Resource Areas
1

Authentication & Security 3

SlashID Workflows API declares 3 security schemes for authenticating requests. An API key is passed in the header as SlashID-API-Key (ApiKeyAuth). It accepts HTTP basic authentication (OAuth2ClientIdSecret). It accepts HTTP bearer tokens (opaque) (OAuth2AccessTokenBearer). By default, every request must be authenticated.

  • ApiKeyAuth — Authorizes the request with the organization's API Key.
  • OAuth2ClientIdSecret — Authorizes the request with a client ID/client secret pair
  • OAuth2AccessTokenBearer — Authorizes the request with an Access Token for the current user.

Paths & Operations 14

Across 10 paths, the API surfaces 14 operations — 1 DELETE, 4 GET, 1 PATCH, 8 POST. Each is listed below with its method, path, parameters, and response codes.

Workflows 14
POST
/workflows
Create a new workflow
PostWorkflows 1 param body → 201400409
GET
/workflows
List workflows
GetWorkflows 6 params → 200400
GET
/workflows/{workflow_id}
Get workflow details
GetWorkflowsWorkflowId 3 params → 200404
PATCH
/workflows/{workflow_id}
Update workflow
PatchWorkflowsWorkflowId 2 params body → 200400404
DELETE
/workflows/{workflow_id}
Delete workflow
DeleteWorkflowsWorkflowId 2 params → 204404
GET
/workflows/{workflow_id}/versions
List workflow versions
GetWorkflowsWorkflowIdVersions 2 params → 200404
GET
/workflows/{workflow_id}/versions/{version}
Get specific workflow version
GetWorkflowsWorkflowIdVersionsVersion 3 params → 200404
POST
/workflows/{workflow_id}/versions/{version}
Restore workflow version
PostWorkflowsWorkflowIdVersionsVersionRestore 3 params → 200404
POST
/workflows/{workflow_id}/activate
Activate workflow
PostWorkflowsWorkflowIdActivate 2 params → 204400404
POST
/workflows/{workflow_id}/pause
Pause workflow
PostWorkflowsWorkflowIdPause 2 params → 204400404
POST
/workflows/{workflow_id}/resume
Resume workflow
PostWorkflowsWorkflowIdResume 2 params → 204400404
POST
/workflows/{workflow_id}/execute
Execute workflow
PostWorkflowsWorkflowIdExecute 2 params → 204400404
POST
/workflows/{workflow_id}/scheduled-execute
Internal endpoint for scheduled workflow execution
PostWorkflowsWorkflowIdScheduledExecute 2 params → 200400404
POST
/workflows/cypher-preview
Run a read-only Cypher query and return the first 50 rows
PostWorkflowsCypherPreview 1 param body → 200400504

Schemas 46

The contract defines 46 schemas that model the data the API accepts and returns. The most detailed are Workflow (18 properties), WorkflowDataInputUarFindingConfiguration (16 properties), WorkflowDataInputLifecycleConfiguration (12 properties), WorkflowConfiguration (11 properties). Each schema is shown below with its type and property counts.

APICursorPagination
object
3 properties 3 required
APIPagination
object
3 properties 3 required
WorkflowUpdateRequest
object
5 properties
WorkflowDataInputDetectionConfiguration
object
4 properties 2 required
WorkflowStatus
string
Current state of a workflow
BaseActionConfiguration
object
7 properties 3 required
Neo4jTemplatePredicate
object
6 properties 2 required
APIResponseBase
object
2 properties
WorkflowDataInputUarFindingConfiguration
object
Filters which UarFindingV1 events this workflow should run on. In v1 the only emitted trigger is manual; other trigger values (decisionrevoked, decisioneffecti…
16 properties 1 required
WorkflowCypherPreviewError
object
2 properties 2 required
PgTemplatePredicate
object
6 properties 2 required
WorkflowDataInputLifecycleConfiguration
object
12 properties 2 required
OrPredicate
object
2 properties 2 required
RemediationActionConfiguration
RemediationTargetType
string
Target of the remediation action
EventCountSource
APIResponseError
object
2 properties
WorkflowCreateRequest
object
2 properties 1 required
AndPredicate
object
2 properties 2 required
PgDetectionSource
object
2 properties 2 required
EventCountOverWindowPredicate
object
5 properties 5 required
LifecycleEventType
string
Type of user lifecycle event that triggers the workflow. Phase 1 (Core): created, deleted, suspended Phase 2 (Extended): modified, reactivated, rolechanged, gr…
NotPredicate
object
2 properties 2 required
BigQueryAnalyticsSource
object
4 properties 3 required
Neo4jQueryPredicate
object
7 properties 2 required
APIMeta
object
2 properties
WorkflowConfiguration
object
11 properties 9 required
PgQueryPredicate
object
7 properties 2 required
WorkflowDataInputConfiguration
WorkflowWithConfiguration
WorkflowActionConfiguration
RemediationActionType
string
Type of remediation action to perform
DataSinkActionConfiguration
ConditionActionConfiguration
TicketActionConfiguration
ParamValue
object
Exactly one of literal or path must be set.
2 properties
WorkflowCypherPreviewRequest
object
2 properties 1 required
WorkflowActionType
string
Type of workflow action
WorkflowDataInputCypherConfiguration
object
7 properties 2 required
WorkflowCypherPreviewResponse
object
4 properties 4 required
Predicate
Workflow
object
18 properties 13 required
ScimPredicate
object
2 properties 2 required
NotificationActionConfiguration
WebhookActionConfiguration
WorkflowDataInputType
string
Type of data input for workflow

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

slashid-workflows-api-openapi.yml Raw ↑

Other APIs SlashID publishes across the network.

SlashID Identity Management API
SlashID OIDC discovery API
SlashID Organization SSO config API
SlashID Organization Webhooks API
SlashID Super Admin Management API
SlashID Tokens API
Where this information came from

This is an independent, third-party profile of SlashID Workflows 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.