- Issue created by @sagesolutions
- @sagesolutions opened merge request.
Trying to get a new access token uses the 'password' grant_type which is deprecated.
Deprecated. The Password grant type is deprecated and will not work successfully. You can continue using the Password grant type if you started using it before February 2025. However, you should consider moving to a different grant type at your earliest convenience.
See https://documentation-apidocumentation.trustpilot.com/grant-type-password
Instead, use the Client Credentials options to acquire an access token via https://documentation-apidocumentation.trustpilot.com/grant-type-client-...
Active
1.0
Code