Skip to main content

ResponseEnvelope

Platform response envelope fields appended to every successful response.

codeinteger

Echoes the HTTP status code.

Example: 200
statusinteger

Echoes the HTTP status code (alias of code for legacy consumers).

Example: 200
ResponseEnvelope
{
"code": 200,
"status": 200
}