I’m trying to import this API call to bubble but it’s not working at all. I’m running it fine with post man but in bubble I tried different things but it doesn’t work.
Don’t use body json and instead add ?query=[query]&task_token=yourtasktoken to url. Put the whole query in the parameter.
Also, I don’t see it as a POST request in your screenshot. Any link to doc?
I’ve created an account and did a test. The first screenshot doesn’t give all correct information VS doc. here’s what you need to do:
Change JSON for body type to RAW
put: task_token=tasktoken&query=_*_query_*_
in the query parameters, add JSON