Operators
Structure
Endpoints
Last updated
Last updated
GET /v1/operators HTTP/1.1
Host: api.pareto.credit
Accept: */*
{
"data": [
{
"_id": "text",
"name": "text",
"description": "text",
"image": "text",
"vaults": [
"text"
],
"createdAt": "2026-02-06T06:55:46.827Z",
"updatedAt": "2026-02-06T06:55:46.827Z",
"createdBy": "text",
"updatedBy": "text"
}
],
"totalCount": 1
}GET /v1/operators/{operatorId} HTTP/1.1
Host: api.pareto.credit
Accept: */*
{
"_id": "text",
"name": "text",
"description": "text",
"image": "text",
"vaults": [
"text"
],
"createdAt": "2026-02-06T06:55:46.827Z",
"updatedAt": "2026-02-06T06:55:46.827Z",
"createdBy": "text",
"updatedBy": "text"
}