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

# SubscriptionAuthInput

This page describes the authentication input used for GraphQL subscriptions.

## SubscriptionAuthInput

<ParamField path="token" type="String!" required>
  JWT authentication token for subscription access.
</ParamField>

## Related operation

<CardGroup cols={2}>
  <Card title="Subscribe Conversation" icon="wifi" href="/integrations/graphql-api/subscriptions/subscribe-conversation">
    Use authentication with subscriptions
  </Card>
</CardGroup>
