Vault types
Structure
Endpoints
Last updated
Last updated
GET /v1/vault-types HTTP/1.1
Host: api.pareto.credit
Accept: */*
{
"data": [
{
"_id": "text",
"code": "text",
"name": {
"en": "text"
},
"description": {
"en": "text"
},
"createdAt": "2026-02-07T00:00:42.252Z",
"createdBy": "text",
"updatedAt": "2026-02-07T00:00:42.252Z",
"updatedBy": "text"
}
],
"totalCount": 1
}GET /v1/vault-types/{typeId} HTTP/1.1
Host: api.pareto.credit
Accept: */*
{
"_id": "text",
"code": "text",
"name": {
"en": "text"
},
"description": {
"en": "text"
},
"createdAt": "2026-02-07T00:00:42.252Z",
"createdBy": "text",
"updatedAt": "2026-02-07T00:00:42.252Z",
"updatedBy": "text"
}