Stytch · Schema

api_debug_v1_WhoamiResponse

AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper Tools

Properties

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

JSON Schema

stytch-api-debug-v1-whoamiresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/api_debug_v1_WhoamiResponse",
  "title": "api_debug_v1_WhoamiResponse",
  "type": "object",
  "properties": {
    "request_id": {
      "type": "string"
    },
    "project_id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "status_code": {
      "type": "integer",
      "format": "int32"
    }
  },
  "required": [
    "request_id",
    "project_id",
    "name",
    "status_code"
  ]
}