I am using this for making a API call. The API uses oauth2 but it needs code challenge. Which is making it impossible to make calls
API Docs
Here is the error I am getting
{"error":"invalid_request","message":"The request is missing a required parameter, includes an invalid parameter value, includes a parameter more than once, or is otherwise malformed.","hint":"Check thecode_challengeparameter"}
I am using this for making a API call. The API uses oauth2 but it needs code challenge. Which is making it impossible to make calls API Docs
Here is the error I am getting
{"error":"invalid_request","message":"The request is missing a required parameter, includes an invalid parameter value, includes a parameter more than once, or is otherwise malformed.","hint":"Check the
code_challengeparameter"}