API Request Result

All responses will contain the following common properties, but the contents and structure of each responses varies depending on the endpoint, you used.

Example:

{
	"errorCode": -1,
	"errorText": null,
	"data": {}
}

Last updated