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.
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.status_changed webhook event instead — you’ll get pushed updates in real time without polling. See the webhook documentation.
read:creator— Access creator profiles, content, and creator-specific information.read:fan— Access fan-related data and information within the platform.
Authorizations
OAuth 2.0 access token, presented as a JWT bearer token in the Authorization header. Obtain a token via the authorization-code flow; the scopes granted to the token determine which operations it may call.
Headers
API version to use for the request
"2025-06-26"
Path Parameters
Query Parameters
Maximum number of subscribers to return
1 <= x <= 50Comma-separated list of subscriber UUIDs to filter (optional)