bheyde
8/14/2018 - 3:56 PM

JSON API - Success Response

Successful calls return their data as a JSON structure in the following format:

{
	"success": true,
	"data": call-specific data
}