Stytch · Schema

pwa_trusted_token_profile_v3_GetAllResponse

Response type

AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper Tools

Properties

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

JSON Schema

stytch-pwa-trusted-token-profile-v3-getallresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/pwa_trusted_token_profile_v3_GetAllResponse",
  "title": "pwa_trusted_token_profile_v3_GetAllResponse",
  "type": "object",
  "properties": {
    "request_id": {
      "type": "string"
    },
    "profiles": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/pwa_trusted_token_profile_v3_TrustedTokenProfile"
      }
    },
    "status_code": {
      "type": "integer",
      "format": "int32"
    }
  },
  "description": "Response type",
  "required": [
    "request_id",
    "profiles",
    "status_code"
  ]
}