Search Inscripción

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Intro

This API allows you to check whether the registration of a movable property guarantee is pending signature or not in the official site Registro Único de Garantías.

Important points

Required parameters

The vault parameter in the request body is required. This value must be the name of your credentials stored in the Vault Links section

In addition to the credentials, it will be necessary to provide the clave de rastreo associated with the registration.

Request examples

Individual

{
    "vault": "rug",
		"claveRastreo":"1_6851bc072a3ed11fcb6e0429_7a84c9b9-a7d2-4194-842f-685338e584cf"
}

Response

You can find an examples of the different kinds of responses in the examples of the call.


Required field

You will get a 400 bad request error when the vault parameter is not provided or doesn't exist in the body request.

[
    {
        "code": "REQUIRED_FIELD_ERROR",
        "message": "EMPTY_ERROR  can't be empty",
        "field": "vault"
    }
]
[
    {
        "message": "Las credenciales de RUG no están configuradas en Vault",
        "field": "vault"
    }
]

You will get a 400 bad request error when a field parameter is not provided when claveRastreo don't have value

[
  {
    "message": "El campo claveRastreo es requerido",
    "field": "claveRastreo"
  }
]


Headers
string
required
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json