ResponseEnvelope
Platform response envelope fields appended to every successful response.
codeinteger
Echoes the HTTP status code.
Example:
200statusinteger
Echoes the HTTP status code (alias of code for legacy consumers).
Example:
200ResponseEnvelope
{
"code": 200,
"status": 200
}