openapi: 3.2.0 info: title: Agno API Reference Whatsapp API description: The all-in-one, private, secure agent platform that runs in your cloud. version: 2.5.6 tags: - name: Whats App paths: /whatsapp/status: get: tags: - Whats App summary: Status operationId: status_whatsapp_status_get responses: '200': description: Successful Response content: application/json: schema: {} /whatsapp/webhook: get: tags: - Whats App summary: Verify Webhook description: Handle WhatsApp webhook verification operationId: verify_webhook_whatsapp_webhook_get responses: '200': description: Successful Response content: application/json: schema: {} post: tags: - Whats App summary: Webhook description: Handle incoming WhatsApp messages operationId: webhook_whatsapp_webhook_post responses: '200': description: Successful Response content: application/json: schema: {} components: securitySchemes: HTTPBearer: type: http scheme: bearer