Core
API v2.x
2

Request #

The Request payload is a standardized request sent to Kuzzle in JSON format.

That's the standard format expected for protocols other than HTTP.

With the HTTP protocol, users can send a Request payload to the JSON Query Endpoint.

The following properties are the most common but any property can be added to a Request

PropertyTypeDescription
controllerstringAPI controller name
actionstringAPI action name
indexstringIndex name
collectionstringCollection name
_idstringDocument unique identifier
jwtstringAuthentication token
bodyobjectRequest body
requestIdstringRequest unique identifier
volatileobjectRequest volatile data

See also the RequestPayload framework type.