Stytch · Schema

pwa_sdk_v3_GetConsumerConfigResponse

Response type

AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper Tools

Properties

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

JSON Schema

stytch-pwa-sdk-v3-getconsumerconfigresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/pwa_sdk_v3_GetConsumerConfigResponse",
  "title": "pwa_sdk_v3_GetConsumerConfigResponse",
  "type": "object",
  "properties": {
    "request_id": {
      "type": "string"
    },
    "config": {
      "$ref": "#/components/schemas/pwa_sdk_v3_ConsumerConfig"
    },
    "status_code": {
      "type": "integer",
      "format": "int32"
    }
  },
  "description": "Response type",
  "required": [
    "request_id",
    "config",
    "status_code"
  ]
}