Discussions
OAuth Flow Broken
16 days ago by Evan Liapakis
When requesting an OAuth token, we are suddenly getting an error payload that looks like this:
{'error': 'unsupported_grant_type'}
This is despite still supplying grant_type=client_credentials
as the current docs say to do. Has something changed?