JSON RequestJSON requests are specially formatted JSON data posted to a URL. The JSON Endpoint URL is http://api.simpleupc.com/v1.php. To request the SimpleUPC service, send a request like this:
{
"auth":"Your API Key",
"method":"MethodName",
"params": {
"paramName":"paramValue",
"paramName2":"paramValue2",
},
"returnFormat":"optional"
}
Notes: |