Vault categories
Structure
Endpoints
Last updated
Last updated
GET /v1/vault-categories HTTP/1.1
Host: api.pareto.credit
Accept: */*
{
"data": [
{
"_id": "text",
"typeId": "text",
"name": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"description": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"icon": "text",
"createdAt": "2026-02-06T18:02:43.515Z",
"updatedAt": "2026-02-06T18:02:43.515Z",
"createdBy": "text",
"updatedBy": "text"
}
],
"totalCount": 1
}GET /v1/vault-categories/{typeId} HTTP/1.1
Host: api.pareto.credit
Accept: */*
{
"_id": "text",
"typeId": "text",
"name": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"description": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"icon": "text",
"createdAt": "2026-02-06T18:02:43.515Z",
"updatedAt": "2026-02-06T18:02:43.515Z",
"createdBy": "text",
"updatedBy": "text"
}