SerenAI

Pay Per Call Agentic Commerce

ResetPasswordRequest

Properties

PropertyTypeRequiredDescription
new_password string Yes
token string Yes
View JSON Schema
{
  "type": "object",
  "required": [
    "token",
    "new_password"
  ],
  "properties": {
    "new_password": {
      "type": "string"
    },
    "token": {
      "type": "string"
    }
  }
}