Stytch · Schema

pwa_event_log_streaming_v3_EnableResponse

Response type

AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper Tools

Properties

Name Type Description
request_id string
status_code integer
View JSON Schema on GitHub

JSON Schema

stytch-pwa-event-log-streaming-v3-enableresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/pwa_event_log_streaming_v3_EnableResponse",
  "title": "pwa_event_log_streaming_v3_EnableResponse",
  "type": "object",
  "properties": {
    "request_id": {
      "type": "string"
    },
    "status_code": {
      "type": "integer",
      "format": "int32"
    }
  },
  "description": "Response type",
  "required": [
    "request_id",
    "status_code"
  ]
}