I’m trying to set up an API using the vendor’s documentation, but I continue to get the same error regardless of what I try. I’m hoping someone might see what it is that I’m doing wrong.
You cannot use form data. You need to use json, but add parameters and not a json body
Or in json body, use parameters like client_id=<client_id>&client_secret=<client_secret> …
Also, you should use custom oauth token as auth type if you don’t need to provide dynamic value.
Bubble will manage auth for you and you will just need to add call