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

# Google Verification



## OpenAPI

````yaml /api-reference/openapi.json get /google3c3f80c61f9d38d4.html
openapi: 3.1.0
info:
  title: apowerb API
  description: REST API of the apowerb agentic framework (open-source edition).
  version: 0.1.2
  license:
    name: MIT
    url: https://github.com/apowerb/apowerb/blob/main/LICENSE
servers:
  - url: https://api.example.com
    description: Your apowerb instance
  - url: http://localhost:8000
    description: Local stack
security: []
paths:
  /google3c3f80c61f9d38d4.html:
    get:
      summary: Google Verification
      operationId: google_verification_google3c3f80c61f9d38d4_html_get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}

````

## Related topics

- [Resend Verification](/api-reference/auth/resend-verification.md)
- [Authentication](/api-reference/authentication.md)
- [Google Connect](/api-reference/integrations/google-connect.md)
- [Google Callback](/api-reference/integrations/google-callback.md)
- [Verify Email](/api-reference/auth/verify-email.md)
