-
Notifications
You must be signed in to change notification settings - Fork 3
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
Getting Wrong Response #2
Comments
|
Hi, I have checked other APIs as well. Sample APIs are working fine but when I'm trying with the real auth token then I'm getting the permission issue as shown above. Thanks |
I have set the following parameters. Please check the screenshot. |
Okay, Let me try in this way. |
Could you please let me know which software you are using to hit the API as I'm using the Postman on windows but didn't see the variables options but in my case all the variables are passed in the header section and have passed my auth_token there. As shown in the above screenshot. |
Following is a screenshot of the curl code |
Hi, Is there any update on the above issue? Thanks |
Hi,
I have generated an auth token using my phone number then I'm calling the following API by using my auth token and username.
https://www.clubhouseapi.com/api/get_channels
I'm getting the following response.
{
"detail": "You do not have permission to perform this action."
}
But I'm expecting a list of rooms. Could you please help? But I'm doing wrong.
Thanks in advance
The text was updated successfully, but these errors were encountered: