Print Download PDF Send Feedback

Previous

Next

JSON Request and Response Structure

The request body can be a single JSON object, or it can contain an array of objects, called request object. A JSON request has this structure:

{

"request": <request body>

}

The response body has one object, or an array of response objects. A response has this structure:

{

"response": <response body>

}