SerenAI

Pay Per Call Agentic Commerce

SetRecoveryRequest

Request to set up account recovery

Properties

PropertyTypeRequiredDescription
email string,null No Email address for account recovery (optional, for human contact)
View JSON Schema
{
  "type": "object",
  "description": "Request to set up account recovery",
  "properties": {
    "email": {
      "type": [
        "string",
        "null"
      ],
      "description": "Email address for account recovery (optional, for human contact)"
    }
  }
}