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

# Get Information

> Get information about your Converso Whatsapp Api



## OpenAPI

````yaml https://cdn.conversoempire.world/converso-whatsapp-api-openapi-v2.3.json GET /
openapi: 3.0.3
info:
  title: Converso WhatsApp Api
  version: 2.3.0
servers:
  - url: https://whatsapp.api.conversoempire.world
security: []
paths:
  /:
    get:
      summary: Get information about your Converso Whatsapp Api
      description: Get information about your Converso Whatsapp Api
      operationId: getEvoInfo
      parameters: []
      responses:
        '200':
          description: Ok
          content:
            application/json:
              schema:
                type: object
                properties:
                  status:
                    type: integer
                    description: The HTTP status of the response
                  message:
                    type: string
                    description: Descriptive message about the current state of the API
                  version:
                    type: string
                    description: The current version of the API
                  swagger:
                    type: string
                    description: URL to the API's Swagger documentation
                  manager:
                    type: string
                    description: URL to the API manager
                  documentation:
                    type: string
                    description: URL to the detailed API documentation
                example:
                  status: 200
                  message: Welcome to the Converso WhatsApp API, it is working!
                  version: 2.0.0
                  whatsappVersion: 2.3XXX.xxx
      deprecated: false

````