igdwebdev / laravel-trustpilot

MIT License
4 stars 10 forks source link

fix request access token method #9

Closed bellu closed 1 year ago

bellu commented 1 year ago

I had an error about '403 Forbidden' when i was trying to retrieve the access token with grant type 'password'.

In the docs the method should be 'POST' and not 'GET' -> https://documentation-apidocumentation.trustpilot.com/authentication

After this fix everything is working properly like usual, can you check this?

Thanks