TypeScript
import { ParagraphAPI } from "@paragraph-com/sdk" const api = new ParagraphAPI() const count = await api.subscribers.getCount({ id: "BMV6abfvCSUl51ErCVzd" })
{ "count": 123 }
Retrieve the total number of subscribers for a publication
Unique identifier of the publication
Subscriber count retrieved successfully
Total number of subscribers