SlashID · Example Payload

Slashid Workflow Example

IdentityAuthenticationPasswordlessMFAPasskeysUser ManagementCIAMOAuth2OIDCSSORBACSecurity

Slashid Workflow Example is an example object payload from SlashID, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

workflow_idnamestatusconfiguration

Example Payload

Raw ↑
{
  "workflow_id": "wf_abc123",
  "name": "Suspicious Login Detection",
  "status": "active",
  "configuration": {
    "data_input": {
      "type": "lifecycle"
    },
    "actions": []
  }
}