Signing request detail

Latest update: October 31st, 2019

The following use case is assumed:

Owner of the request: API

Description
SERVICE PROCESS DETAILS
URL /api/v3/messages/{messageCode}
SECURITY YES
METHOD GET
CONTENT/APPLICATION URL PARAM
PARAMS messageCode: code returned by Viafirma associated to the request to be questioned. The API that consumes it must be the owner of the request.
RESPONSE 200: HTTP status code 200/OK

Response body:

Message {…}

Alternative responses in case of error: HTTP status codes other than 200/OK will be returned. In that case a JSON describing the problem will always be returned:

    {
      "code": "string",
      "type": "string",
      "message": "string"
    }

Example:

    {
      "code": 91,
      "type": "Error",
      "message": "Sorry, this application is not allowed."
    }
    {
      "code": 236,
      "type": "Error",
      "message": "No es posible recuperar la información del
      mensaje solicitado",
      "trace":
      "com.viafirma.documents.api.model.exception.ApiException:
      No es posible recuperar la información del mensaje solicitado"
    }

results matching ""

    No results matching ""