Get online subscribers
Returns subscribers who are currently online for the specified creator.
If subscriberUuids query parameter is provided, filters to only those specific subscribers. Otherwise returns all online subscribers up to limit.
<Info> **Polling for real-time updates? Use a webhook instead.**If you are calling this endpoint on a schedule to detect new activity, subscribe to the creator.fan.presence_changed webhook event instead — you'll get pushed updates in real time without polling. See the webhook documentation. </Info>
Path parameters
Query parameters
Maximum number of subscribers to return
Maximum number of subscribers to return
Comma-separated list of subscriber UUIDs to filter (optional)
Comma-separated list of subscriber UUIDs to filter (optional)
Headers
API version to use for the request
Response
List of online subscribers
Changes
No recorded changes to this endpoint across all 5 revisions of this API.