I don't *see* anything internal to the application that accepts a JSON request and converts it to something the API can consume.
That's not to say it's not there, I just haven't come across it.
So, you'd have to write your own code to accept the request & convert it from JSON to something the API can chew on if you wanted to go that route. If you do that, you'd likely have to manage security with them. Or, have them call the API in the traditional way.
|