SerenAI

Pay Per Call Agentic Commerce

OrganizationOtpVerifyRequest

Properties

PropertyTypeRequiredDescription
code string Yes
scope OrganizationOtpScope Yes
View JSON Schema
{
  "type": "object",
  "required": [
    "scope",
    "code"
  ],
  "properties": {
    "code": {
      "type": "string"
    },
    "scope": {
      "$ref": "#/components/schemas/OrganizationOtpScope"
    }
  }
}