We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
why my api postman error = MacsiDigital\API\Exceptions\HttpException: HTTP Request returned Status Code 401. Invalid access token.
The text was updated successfully, but these errors were encountered:
@rzkyfirdaus I would suggest, that you wrap the request or add an Exception Handler
status code seems to be forwared https://github.com/MacsiDigital/laravel-api-client/blob/9a0ac4d7076b6423a5df6f8243897799b60dcdb0/src/Support/Builder.php#L248
Sorry, something went wrong.
Same here. The Readme does not show where to get the access token from. Steps to reproduce:
The app has been created and I see a Client ID what I set for ZOOM_CLIENT_KEY and a Client Secret what I set for ZOOM_CLIENT_SECRET.
Client ID
ZOOM_CLIENT_KEY
Client Secret
ZOOM_CLIENT_SECRET
I created a test route, that throws the code 401:
Route::get('playground', function () { $users = Zoom::user()->all(); dd($users); });
No branches or pull requests
why my api postman error = MacsiDigital\API\Exceptions\HttpException: HTTP Request returned Status Code 401. Invalid access token.
The text was updated successfully, but these errors were encountered: