Retrieve All Users Subscriptions
Retrieve the number of users with a specific subscription.
Request
The type of the request. (countsubs)
The name of the subscription
Request samples
curl --location --request GET 'https://keyauth.win/api/seller/?sellerkey=&type=countsubs&name='
Responses
application/json {
"success": true,
"message": "Subscription cound found successfully",
"count": 0
}
Modified at 2025-05-09 18:33:05