-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Co-Host Issua #35
Comments
Hi, have you tried to use getOwnListings? It returns co-hosted listings too. |
Does getOwnListings() actually work? I was trying it--and not sure why it has a userId argument. |
userId is the user you are querying. So the chain should be,
|
Indeed. For example
returns an empty array. Does anybody knows how to solve this problem? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While most of the functions this API provide are based on Primary Host, right? For example, the function, will only return the Listings which hosted by the token authorized user. What if there are listings that co-hosted by the user, is there any route we could use to get the limited version of information which is provided to the co-host?
The text was updated successfully, but these errors were encountered: