Response Object

The response of all our endpoint return the same structure. This structure provide extra valuable information related with the request. In the case of errors, the structure also help to understand what are the errors.

Response Object

PropertyTypeDescription
applicationEventsArray of ApplicationEvent ObjectSee the table below for more info.
payloadObject | Array of ObjectThe payload or information of the endpoint request.
hasErrorsBoolThe flag to notify if there is an error.

ApplicationEvent Object

PropertyTypeDescription
typestringThe type of the event, it could be "Info" or "Error".
codestringThe code identifier of the error.
messagestringSome extra information of the event.
parameterstringSome parameters related with the event.