Trying to create an API connection with limited API Docs

You are sending query strings. You should be sending a post body in the “request content” field in your http post.

The $reqbody collection needs to be made into a proper json string. You can make an array with a variable and then transform to json with the module “transform to json” and then put that into request content.

Api docs are normally made for programmers, they aren’t made for normals. Some docs are better than others.

1 Like