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

# Fetch Connections Count

> Get the number of accepted connections for the authenticated user

Returns the total number of accepted connections for the authenticated user.

## Response

On success, returns HTTP `200`:

<ResponseField name="count" type="number">
  Total number of accepted connections for the authenticated user.
</ResponseField>

## See Also

* [`useFetchConnectionsCount` hook](/hooks/connections/use-fetch-connections-count)
