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

# List all Audiences



## OpenAPI

````yaml get /api/audiences
openapi: 3.0.1
info:
  title: API V1
  version: v1
servers:
  - url: https://{defaultHost}
    variables:
      defaultHost:
        default: api.wispera.ai
security: []
paths:
  /api/audiences:
    get:
      summary: List all Audiences
      responses:
        '200':
          description: successful

````