> ## Documentation Index
> Fetch the complete documentation index at: https://docs.openhands.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Verified Email



## OpenAPI

````yaml /openapi/openhands-cloud.json get /api/email/verified
openapi: 3.1.0
info:
  title: OpenHands
  description: 'OpenHands: Code Less, Make More'
  version: 0.0.1
servers: []
security: []
paths:
  /api/email/verified:
    get:
      summary: Verified Email
      operationId: verified_email_api_email_verified_get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}

````