The docs mention subscription_id, but the API expects subscriber_id as the second param. Got an “invalid subscriber_id” error until I figured that out.
Affected URL: Subscription | Documentation - Roblox Creator Hub
The docs mention subscription_id, but the API expects subscriber_id as the second param. Got an “invalid subscriber_id” error until I figured that out.
Affected URL: Subscription | Documentation - Roblox Creator Hub
I don’t understand the docs, how am I suppose to get the last param?
the last param is user id, docs are wrong
thanks! now it works, the docs are not explaining things well
Hi folks, thanks for pointing this out. The error message should have said invalid subscription_id
instead. We’re fixing this on the backend!
As for the last param, subscription_id
is essentially the same as user_id
(this is pointed out at the top of the page), but I get that we could have made this clearer. I’ll update the page to improve the wording here