Registry of Movable Guarantees-RGM
Descriptionβ
Consultation of the Registry of movable collateral. RGM is an API business service that seeks to increase access to credit for businesses, especially SMEs, will operate through a file system in terms of the law 1676 of 2013, forms the initial registration, modification, extension, termination and enforcement of security interests.
HTTP method GETβ
info
Before proceeding, make sure you have your jwt token, if you don't have it, check the login documentation.
Request header parameterβ
NAME | REQUIRED | TYPE | DESCRIPTION |
---|---|---|---|
Authorization | β | string | bearer jwt token |
URI request parameterβ
NAME | REQUIRED | TYPE | DESCRIPTION |
---|---|---|---|
Type of document | β | string | Document code. |
Document number | β | string | CΓ©dula de Identidad/Passport. |
Status code responsesβ
Code | Description |
---|---|
200 | OK |
400 | Bad request |
401 | Unauthorized |
404 | Not found |
500 | Internal server error. |
The full documentation error codes can be found here.
Response 200 status codeβ
{
"traceId": "b2345cfc7bee621e",
"timestamp": "2023-05-15 11:59:35",
"data": {
"debtors": [
{
"name": "LUIS EMIRO TORRADO CORREDOR",
"IDtype": "CITIZENSHIP CARD",
" IDnumber": "ND1098XX",
"digitVerification": "",
"city": "BUCARAMANGA",
"address": "",
"typeUser": "DEBTOR",
"telephone": "",
"cell phone": "",
"email": "",
"gender": "MALE",
"sizeCompany": "",
"assetUse": "",
"Sectors": "S Other service activities."
},
{
"name": "LUCY CAROLINA TORRAD0 DUARTE",
"IDtype": "CITIZENSHIP CARD",
"IDnumber": "ND1098XX",
"digitVerification": "",
"city": "BUCARAMANGA",
"address": "",
"typeUser": "GUARANTOR",
"telephone": "",
"cell phone": "",
"email": "",
"gender": "FEMALE",
"companySize": "",
"assetUse": "",
"Sectors": "S Other service activities."
}
],
"creditors": [
{
"name": "BANCO BILBAO VIZCAYA ARGENTARIA COLOMBIA SABBVA COLOMBIA",
"IDtype": "NIT",
"IDnumber": "860003020",
"digitVerification": "1",
"city": "BOGOTA",
"participation_Percentage": "100.00%",
"address": "",
"cell phone": "",
"phone": "",
"email1": "",
"email2": ""
}
],
"estate": [
{
"typeGood": "Vehicle",
"brand": "VOLKSWAGEN",
"yearModel": "2021",
"serialNumber": "9BWDB45U4MT008496",
"plate": "GYS707",
"descriptionGood": "Vehicle: VOLKSWAGENPlate: GYS707Model: 2021Chassis: 9BWDB45U4MT008496Vin: 9BWDB45U4MT008496Engine: CFZU43808Series: 9BWDB45U4MT008496T. Service: PrivateLine: VOYAGE COMFORTLINE"
}
],
"folioElectronico": "20200706000025300",
"registrationdate": "2020-07-06 02:27",
"InitialRegistration Date": "2020-07-06 02:27:18",
"Acquisition priority": "No",
"typeGuarantee": "Movable Guarantee",
"DateEnd": "2027-07-02 11:59:59",
"dataReference": "1261813",
"amountMax": "$ 49,490,000",
"TypeCurrency": "Colombian peso",
"dateSpecial Registration": "",
"guaranteeInscribedSpecialRegistry": "",
"Consultative date": "2021-06-15 06:52:56",
"sourceFailure": "NO"
}
}
Response 400 status codeβ
{
"traceId": "542fc743fffda052",
"timestamp": "2023-05-05 11:20:46",
"code": "IDV-4005",
"message": "-",
"data": null
}
Response 401 status codeβ
{
"timestamp": "YYYY-MM-DDTHH:mm:ss.sssZ",
"status": 401,
"error": "Unauthorized",
"path": ""
}
Response 404 status codeβ
{
"traceId": "ef2407b8c0df635c",
"timestamp": "2023-05-22 17:25:55",
"code": "IDV-1002",
"message": "Data not found."
}
Response 500 status codeβ
{
"traceId": "43a20f33d4e8730d",
"timestamp": "yyyy-mm-dd HH:MM:SS",
"code": "IDV-1001",
"message": "A generic error has occurred.",
"data": null
}