SlashID · Example Payload

Slashid Webhook Example

Fires on authentication events

IdentityAuthenticationPasswordlessMFAPasskeysUser ManagementCIAMOAuth2OIDCSSORBACSecurity

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

Top-level fields

idnametarget_urldescriptiontriggers

Example Payload

Raw ↑
{
  "id": "wh_abc123",
  "name": "my-webhook",
  "target_url": "https://example.com/webhook",
  "description": "Fires on authentication events",
  "triggers": [
    {
      "trigger_type": "event",
      "trigger_name": "AuthenticationSucceeded_v1"
    }
  ]
}