FIS API

General notes

Click Here to view latest postman collection of this API.

This documentation describes FIS REST API endpoints.

Version

0.0.1 (in development)

Query parameters

Available query parameters:

Parameter Example Description
page /users?page=2 For pagination.
offset /users?offset=10&limit=20 For pagination. Works well in combination with limit.
limit /users?offset=10&limit=20 For pagination. Works well in combination with offset.
fields /users?fields=name,surname Outputs only passed data fields. Useful to minify response size.

API detail

Authorization Endpoints

Uses JWT

/auth

curl -X POST "{{domain}}/api/v1/auth"
POST %7B%7Bdomain%7D%7D/api/v1/auth HTTP/1.1
Host: 
Status200 OK
Servernginx/1.20.1
DateFri, 29 Oct 2021 11:31:43 GMT
Content-Typeapplication/json
Transfer-Encodingchunked
Connectionkeep-alive
X-Powered-ByPHP/8.0.11
ExpiresThu, 19 Nov 1981 08:52:00 GMT
Cache-Controlno-store, no-cache, must-revalidate
Pragmano-cache
{
    "data": {
        "token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzUxMiJ9.eyJpYXQiOjE2MzU1MDcxMDMsImlzcyI6ImxvY2FsaG9zdDo4MTAxIiwibmJmIjoxNjM1NTA3MTAzLCJleHAiOjE2MzU1MDg5MDMsInVzZXIiOiJzb21ldGhpbmciLCJpcCI6IjE3Mi4yMC4wLjEiLCJzZWNyZXQiOiI4U25rc0NcL3ZKY1BlYnFsOHRLR3puSzNHa1p1WXNrYTN3bzJERHAzTWJzST0ifQ.IfmeJTbGfMUqq1kJsZ8Pz1vpl9vgS5w-lFH04eN3Yw7wOxTHdroZb9RUsRXzboUvk5bf1kd9NzKX8euwJ6nnOA"
    }
}

User Endpoints

/users

Return all customers.

curl -X GET "{{domain}}/api/v1/users?where[0][0]=id&where[0][1]==&where[0][2]=U644612"
GET %7B%7Bdomain%7D%7D/api/v1/users?where[0][0]=id&where[0][1]==&where[0][2]=U644612 HTTP/1.1
Host: 
Status200 OK
Servernginx/1.20.1
DateThu, 19 Aug 2021 13:39:31 GMT
Content-Typeapplication/json
Transfer-Encodingchunked
Connectionkeep-alive
X-Powered-ByPHP/8.0.9
ExpiresThu, 19 Nov 1981 08:52:00 GMT
Cache-Controlno-store, no-cache, must-revalidate
Pragmano-cache
{
    "total": 42,
    "per_page": 50,
    "current_page": 1,
    "last_page": 1,
    "from": 1,
    "to": 50,
    "data": [
        {
            "id": "U644612",
            "name": "Karan",
            "surname": "Hardy",
            "phone": "55557813675"
        },
        {
            "id": "U288224",
            "name": "",
            "surname": "",
            "phone": ""
        },
        {
            "id": "U822836",
            "name": "Kathyrn",
            "surname": "Pham",
            "phone": "55574867452"
        },
        {
            "id": "U466448",
            "name": "",
            "surname": "",
            "phone": ""
        },
        {
            "id": "U000050",
            "name": "",
            "surname": "",
            "phone": ""
        },
        {
            "id": "U644662",
            "name": "",
            "surname": "",
            "phone": ""
        },
        {
            "id": "U288274",
            "name": "",
            "surname": "",
            "phone": ""
        },
        {
            "id": "U822886",
            "name": "",
            "surname": "",
            "phone": ""
        },
        {
            "id": "U466498",
            "name": "",
            "surname": "",
            "phone": ""
        },
        {
            "id": "U822361",
            "name": "",
            "surname": "",
            "phone": ""
        },
        {
            "id": "U466973",
            "name": "",
            "surname": "",
            "phone": ""
        },
        {
            "id": "U000585",
            "name": "",
            "surname": "",
            "phone": ""
        },
        {
            "id": "U644197",
            "name": "",
            "surname": "",
            "phone": ""
        },
        {
            "id": "U288709",
            "name": "",
            "surname": "",
            "phone": ""
        },
        {
            "id": "U822311",
            "name": "",
            "surname": "",
            "phone": ""
        },
        {
            "id": "U466923",
            "name": "",
            "surname": "",
            "phone": ""
        },
        {
            "id": "U000535",
            "name": "",
            "surname": "",
            "phone": ""
        },
        {
            "id": "U644147",
            "name": "",
            "surname": "",
            "phone": ""
        },
        {
            "id": "U288759",
            "name": "",
            "surname": "",
            "phone": ""
        },
        {
            "id": "U644622",
            "name": "",
            "surname": "",
            "phone": ""
        },
        {
            "id": "U288234",
            "name": "",
            "surname": "",
            "phone": ""
        },
        {
            "id": "U822846",
            "name": "",
            "surname": "",
            "phone": ""
        },
        {
            "id": "U466458",
            "name": "",
            "surname": "",
            "phone": ""
        },
        {
            "id": "U000060",
            "name": "",
            "surname": "",
            "phone": ""
        },
        {
            "id": "U644672",
            "name": "",
            "surname": "",
            "phone": ""
        },
        {
            "id": "U288284",
            "name": "",
            "surname": "",
            "phone": ""
        },
        {
            "id": "U822896",
            "name": "",
            "surname": "",
            "phone": ""
        },
        {
            "id": "U466408",
            "name": "",
            "surname": "",
            "phone": ""
        },
        {
            "id": "U000010",
            "name": "",
            "surname": "",
            "phone": ""
        },
        {
            "id": "U466983",
            "name": "",
            "surname": "",
            "phone": ""
        },
        {
            "id": "U000595",
            "name": "",
            "surname": "",
            "phone": ""
        },
        {
            "id": "U644107",
            "name": "",
            "surname": "",
            "phone": ""
        },
        {
            "id": "U288719",
            "name": "",
            "surname": "",
            "phone": ""
        },
        {
            "id": "U822321",
            "name": "",
            "surname": "",
            "phone": ""
        },
        {
            "id": "U466933",
            "name": "",
            "surname": "",
            "phone": ""
        },
        {
            "id": "U000545",
            "name": "",
            "surname": "",
            "phone": ""
        },
        {
            "id": "U644157",
            "name": "",
            "surname": "",
            "phone": ""
        },
        {
            "id": "U288769",
            "name": "",
            "surname": "",
            "phone": ""
        },
        {
            "id": "U822371",
            "name": "",
            "surname": "",
            "phone": ""
        },
        {
            "id": "U288244",
            "name": "",
            "surname": "",
            "phone": ""
        },
        {
            "id": "U822856",
            "name": "",
            "surname": "",
            "phone": ""
        },
        {
            "id": "U466468",
            "name": "",
            "surname": "",
            "phone": ""
        }
    ]
}
Status200 OK
Servernginx/1.20.1
DateMon, 11 Oct 2021 10:03:11 GMT
Content-Typeapplication/json
Transfer-Encodingchunked
Connectionkeep-alive
X-Powered-ByPHP/8.0.11
ExpiresThu, 19 Nov 1981 08:52:00 GMT
Cache-Controlno-store, no-cache, must-revalidate
Pragmano-cache
{
    "total": 1,
    "per_page": 10,
    "current_page": 1,
    "last_page": 1,
    "from": 1,
    "to": 10,
    "data": [
        {
            "id": "U644612",
            "name": "Karan",
            "surname": "Hardy",
            "phone": "55557813675"
        }
    ]
}

/users/{id}

Return single customer.

curl -X GET "{{domain}}/api/v1/users/U822836"
GET %7B%7Bdomain%7D%7D/api/v1/users/U822836 HTTP/1.1
Host: 
Status200 OK
Servernginx/1.20.1
DateFri, 20 Aug 2021 10:59:54 GMT
Content-Typeapplication/json
Transfer-Encodingchunked
Connectionkeep-alive
X-Powered-ByPHP/8.0.9
ExpiresThu, 19 Nov 1981 08:52:00 GMT
Cache-Controlno-store, no-cache, must-revalidate
Pragmano-cache
{
    "data": {
        "id": "U822836",
        "name": "Kathyrn",
        "surname": "Pham",
        "phone": "55574867452"
    }
}

/users/findByEmail/{email}

Return single customer.

curl -X GET "{{domain}}/api/v1/users/findByEmail/jack.conley44@cloudcredit.net"
GET %7B%7Bdomain%7D%7D/api/v1/users/findByEmail/jack.conley44@cloudcredit.net HTTP/1.1
Host: 
Status200 OK
Servernginx/1.20.1
DateFri, 20 Aug 2021 10:59:54 GMT
Content-Typeapplication/json
Transfer-Encodingchunked
Connectionkeep-alive
X-Powered-ByPHP/8.0.9
ExpiresThu, 19 Nov 1981 08:52:00 GMT
Cache-Controlno-store, no-cache, must-revalidate
Pragmano-cache
{
    "data": {
        "id": "U822836",
        "name": "Kathyrn",
        "surname": "Pham",
        "phone": "55574867452"
    }
}

/users/findByPhone/{phone}

Return single customer.

curl -X GET "{{domain}}/api/v1/users/findByPhone/123123123"
GET %7B%7Bdomain%7D%7D/api/v1/users/findByPhone/123123123 HTTP/1.1
Host: 
Status200 OK
Servernginx/1.20.1
DateFri, 20 Aug 2021 10:59:54 GMT
Content-Typeapplication/json
Transfer-Encodingchunked
Connectionkeep-alive
X-Powered-ByPHP/8.0.9
ExpiresThu, 19 Nov 1981 08:52:00 GMT
Cache-Controlno-store, no-cache, must-revalidate
Pragmano-cache
{
    "data": {
        "id": "U822836",
        "name": "Kathyrn",
        "surname": "Pham",
        "phone": "55574867452"
    }
}

/users/findByPersId/{persId}

Return single customer.

curl -X GET "{{domain}}/api/v1/users/findByPersId/012345"
GET %7B%7Bdomain%7D%7D/api/v1/users/findByPersId/012345 HTTP/1.1
Host: 
Status200 OK
Servernginx/1.20.1
DateFri, 20 Aug 2021 10:59:54 GMT
Content-Typeapplication/json
Transfer-Encodingchunked
Connectionkeep-alive
X-Powered-ByPHP/8.0.9
ExpiresThu, 19 Nov 1981 08:52:00 GMT
Cache-Controlno-store, no-cache, must-revalidate
Pragmano-cache
{
    "data": {
        "id": "U822836",
        "name": "Kathyrn",
        "surname": "Pham",
        "phone": "55574867452"
    }
}

/users/{id}

Update customer data.

curl -X PUT "{{domain}}/api/v1/users/U288244"
PUT %7B%7Bdomain%7D%7D/api/v1/users/U288244 HTTP/1.1
Host: 
Status200 OK
Servernginx/1.20.1
DateFri, 20 Aug 2021 11:00:05 GMT
Content-Typeapplication/json
Transfer-Encodingchunked
Connectionkeep-alive
X-Powered-ByPHP/8.0.9
ExpiresThu, 19 Nov 1981 08:52:00 GMT
Cache-Controlno-store, no-cache, must-revalidate
Pragmano-cache
{
    "data": {
        "id": "U288244",
        "name": "Test",
        "surname": "Testing",
        "phone": "123"
    }
}

/users/{id}

Delete customer.

curl -X DELETE "{{domain}}/api/v1/users/U466468"
DELETE %7B%7Bdomain%7D%7D/api/v1/users/U466468 HTTP/1.1
Host: 

/users

Create a new customer.

curl -X POST "{{domain}}/api/v1/users"
POST %7B%7Bdomain%7D%7D/api/v1/users HTTP/1.1
Host: 

/users/login

Create a new customer.

curl -X POST "{{domain}}/api/v1/users/login"
POST %7B%7Bdomain%7D%7D/api/v1/users/login HTTP/1.1
Host: 
Status200 OK
Servernginx/1.20.1
DateFri, 29 Oct 2021 10:53:19 GMT
Content-Typeapplication/json
Transfer-Encodingchunked
Connectionkeep-alive
X-Powered-ByPHP/8.0.11
ExpiresThu, 19 Nov 1981 08:52:00 GMT
Cache-Controlno-store, no-cache, must-revalidate
Pragmano-cache
{
    "data": {
        "id": "U288204",
        "type": null,
        "name": "Jack",
        "surname": "Conley",
        "persId": "05264312062",
        "persId2": "",
        "phone": "37102409667",
        "phone2": null,
        "email": "jack.conley44@cloudcredit.net",
        "workplace": "",
        "job": null,
        "bankId": null,
        "bankName": null,
        "bankAccount": "GX478740447299154124",
        "actualAddrStreet": null,
        "actualAddrNumber": null,
        "actualAddrCity": null,
        "actualAddrPostal": null,
        "legalAddrStreet": null,
        "legalAddrNumber": null,
        "legalAddrCity": null,
        "legalAddrPostal": null,
        "registrationDate": "2021-10-25 19:04:13",
        "lang": "",
        "blackList": null,
        "labels": "",
        "campaignId": "0",
        "salary": null,
        "birthDate": "0000-00-00",
        "gender": "",
        "bankConfirmDate": null,
        "bankAccountConfirmed": "0",
        "newsletter": "0",
        "newsletterSms": "0",
        "newsletterEmail": "0",
        "lastActivity": null,
        "loyalty": "0",
        "brokerId": "0",
        "latestChanges": "",
        "denyTillDate": null,
        "emailConfirmed": "0",
        "relations": {
            "loan": [
                {
                    "id": "L644197",
                    "userId": "64",
                    "requestAmount": "340000",
                    "requestAmountOriginal": "340000",
                    "requestCommission": "93500",
                    "requestCommissionOriginal": "93500",
                    "requestManagementFee": "25500",
                    "requestAdditionalFee": "0",
                    "requestDeposit": "0",
                    "requestCurrency": "eur",
                    "requestDate": "2021-10-25 19:27:36",
                    "approveDate": "0000-00-00 00:00:00",
                    "giveDate": "0000-00-00 00:00:00",
                    "mustPayDate": "0000-00-00",
                    "mustPayDateOrig": "0000-00-00",
                    "daysLate": "0",
                    "daysLateMax": "0",
                    "statusChangeDate": "0000-00-00 00:00:00",
                    "returnedDate": "0000-00-00 00:00:00",
                    "days": "0",
                    "payments": "14",
                    "type": "1",
                    "status": "0",
                    "subStatus": "0",
                    "payoutAmount": "336600",
                    "structuringFee": "3400",
                    "currentManagementFee": "25500",
                    "currentAdditionalFee": "0",
                    "currentFine": "0",
                    "currentFine2": null,
                    "currentDeposit": "0",
                    "currentExtra": "0",
                    "currentAmount": "340000",
                    "currentCommission": "93500",
                    "mustPayTotal": "0",
                    "lastExtensionDate": "0000-00-00 00:00:00",
                    "currency": "eur",
                    "lastRecheck": "0000-00-00 00:00:00",
                    "smsConfirmed": "0",
                    "smsConfirmedDate": "0000-00-00 00:00:00",
                    "completedTasks": "",
                    "completedTaskActions": "",
                    "bankPaymentId": null,
                    "assignedAdminId": null,
                    "approveAdminId": null,
                    "group": "0",
                    "discountId": "0",
                    "discountFullCommission": "0",
                    "nextPaymentTotal": null,
                    "bankFileId": "0",
                    "paymentChannel": null,
                    "brokerId": "0",
                    "creditLimit": null,
                    "extensionDenyDate": null
                },
                {
                    "id": "L288709",
                    "userId": "64",
                    "requestAmount": "340000",
                    "requestAmountOriginal": "340000",
                    "requestCommission": "93500",
                    "requestCommissionOriginal": "93500",
                    "requestManagementFee": "25500",
                    "requestAdditionalFee": "0",
                    "requestDeposit": "0",
                    "requestCurrency": "eur",
                    "requestDate": "2021-10-25 19:28:38",
                    "approveDate": "0000-00-00 00:00:00",
                    "giveDate": "0000-00-00 00:00:00",
                    "mustPayDate": "0000-00-00",
                    "mustPayDateOrig": "0000-00-00",
                    "daysLate": "0",
                    "daysLateMax": "0",
                    "statusChangeDate": "0000-00-00 00:00:00",
                    "returnedDate": "0000-00-00 00:00:00",
                    "days": "0",
                    "payments": "14",
                    "type": "1",
                    "status": "0",
                    "subStatus": "0",
                    "payoutAmount": "336600",
                    "structuringFee": "3400",
                    "currentManagementFee": "25500",
                    "currentAdditionalFee": "0",
                    "currentFine": "0",
                    "currentFine2": null,
                    "currentDeposit": "0",
                    "currentExtra": "0",
                    "currentAmount": "340000",
                    "currentCommission": "93500",
                    "mustPayTotal": "0",
                    "lastExtensionDate": "0000-00-00 00:00:00",
                    "currency": "eur",
                    "lastRecheck": "0000-00-00 00:00:00",
                    "smsConfirmed": "0",
                    "smsConfirmedDate": "0000-00-00 00:00:00",
                    "completedTasks": "",
                    "completedTaskActions": "",
                    "bankPaymentId": null,
                    "assignedAdminId": null,
                    "approveAdminId": null,
                    "group": "0",
                    "discountId": "0",
                    "discountFullCommission": "0",
                    "nextPaymentTotal": null,
                    "bankFileId": "0",
                    "paymentChannel": null,
                    "brokerId": "0",
                    "creditLimit": null,
                    "extensionDenyDate": null
                },
                {
                    "id": "L822311",
                    "userId": "64",
                    "requestAmount": "340000",
                    "requestAmountOriginal": "340000",
                    "requestCommission": "93500",
                    "requestCommissionOriginal": "93500",
                    "requestManagementFee": "25500",
                    "requestAdditionalFee": "0",
                    "requestDeposit": "0",
                    "requestCurrency": "eur",
                    "requestDate": "2021-10-25 19:28:43",
                    "approveDate": "0000-00-00 00:00:00",
                    "giveDate": "0000-00-00 00:00:00",
                    "mustPayDate": "0000-00-00",
                    "mustPayDateOrig": "0000-00-00",
                    "daysLate": "0",
                    "daysLateMax": "0",
                    "statusChangeDate": "0000-00-00 00:00:00",
                    "returnedDate": "0000-00-00 00:00:00",
                    "days": "0",
                    "payments": "14",
                    "type": "1",
                    "status": "0",
                    "subStatus": "0",
                    "payoutAmount": "336600",
                    "structuringFee": "3400",
                    "currentManagementFee": "25500",
                    "currentAdditionalFee": "0",
                    "currentFine": "0",
                    "currentFine2": null,
                    "currentDeposit": "0",
                    "currentExtra": "0",
                    "currentAmount": "340000",
                    "currentCommission": "93500",
                    "mustPayTotal": "0",
                    "lastExtensionDate": "0000-00-00 00:00:00",
                    "currency": "eur",
                    "lastRecheck": "0000-00-00 00:00:00",
                    "smsConfirmed": "0",
                    "smsConfirmedDate": "0000-00-00 00:00:00",
                    "completedTasks": "",
                    "completedTaskActions": "",
                    "bankPaymentId": null,
                    "assignedAdminId": null,
                    "approveAdminId": null,
                    "group": "0",
                    "discountId": "0",
                    "discountFullCommission": "0",
                    "nextPaymentTotal": null,
                    "bankFileId": "0",
                    "paymentChannel": null,
                    "brokerId": "0",
                    "creditLimit": null,
                    "extensionDenyDate": null
                }
            ],
            "agreement": [
                {
                    "id": "8",
                    "agreementCode": "registrationConditions",
                    "userId": "64",
                    "loanId": "13",
                    "incomeId": "0",
                    "templateId": "14",
                    "topic": "registrationConditions",
                    "insertDate": "2021-10-29 13:53:11",
                    "data": "[]",
                    "filePath": null,
                    "agreementPage": null,
                    "type": "0"
                }
            ]
        }
    }
}

Loan Endpoints

/loans

Return all loans.

curl -X GET "{{domain}}/api/v1/loans"
GET %7B%7Bdomain%7D%7D/api/v1/loans HTTP/1.1
Host: 
Status200 OK
Servernginx/1.20.1
DateThu, 12 Aug 2021 21:40:29 GMT
Content-Typeapplication/json
Transfer-Encodingchunked
Connectionkeep-alive
X-Powered-ByPHP/8.0.9
ExpiresThu, 19 Nov 1981 08:52:00 GMT
Cache-Controlno-store, no-cache, must-revalidate
Pragmano-cache
{
    "data": [
        {
            "id": "1",
            "publicId": "L644612",
            "userId": "1",
            "requestAmount": "100000",
            "requestAmountOriginal": "100000",
            "requestCommission": "4583",
            "requestCommissionOriginal": "4583",
            "requestManagementFee": "5500",
            "requestAdditionalFee": "0",
            "requestDeposit": "0",
            "requestCurrency": "eur",
            "requestDate": "2021-08-06 12:54:24",
            "approveDate": "2021-08-06 13:36:06",
            "giveDate": "2021-08-06 13:36:09",
            "mustPayDate": "2021-09-06",
            "mustPayDateOrig": "2021-09-06",
            "daysLate": "0",
            "daysLateMax": "0",
            "statusChangeDate": "2021-08-06 13:36:09",
            "returnedDate": "0000-00-00 00:00:00",
            "days": "0",
            "payments": "10",
            "type": "1",
            "status": "2",
            "subStatus": "0",
            "payoutAmount": "99000",
            "structuringFee": "1000",
            "currentManagementFee": "5500",
            "currentAdditionalFee": "0",
            "currentFine": "0",
            "currentFine2": null,
            "currentDeposit": "0",
            "currentExtra": "0",
            "currentAmount": "100000",
            "currentCommission": "4583",
            "mustPayTotal": "110083",
            "lastExtensionDate": "0000-00-00 00:00:00",
            "currency": "eur",
            "lastRecheck": "0000-00-00 00:00:00",
            "smsConfirmed": "1",
            "smsConfirmedDate": "2021-08-06 12:54:28",
            "completedTasks": "",
            "completedTaskActions": "",
            "bankPaymentId": null,
            "assignedAdminId": "1",
            "approveAdminId": "1",
            "group": "0",
            "discountId": "0",
            "discountFullCommission": "0",
            "nextPaymentTotal": "11833",
            "bankFileId": "0",
            "paymentChannel": null,
            "brokerId": "0",
            "creditLimit": null,
            "extensionDenyDate": null
        },
        {
            "id": "2",
            "publicId": "L288224",
            "userId": "2",
            "requestAmount": "10000",
            "requestAmountOriginal": "10000",
            "requestCommission": "10900",
            "requestCommissionOriginal": "10900",
            "requestManagementFee": "0",
            "requestAdditionalFee": "0",
            "requestDeposit": "0",
            "requestCurrency": "eur",
            "requestDate": "2021-08-09 10:07:38",
            "approveDate": "0000-00-00 00:00:00",
            "giveDate": "0000-00-00 00:00:00",
            "mustPayDate": "0000-00-00",
            "mustPayDateOrig": "0000-00-00",
            "daysLate": "0",
            "daysLateMax": "0",
            "statusChangeDate": "0000-00-00 00:00:00",
            "returnedDate": "0000-00-00 00:00:00",
            "days": "9",
            "payments": null,
            "type": "0",
            "status": "0",
            "subStatus": "0",
            "payoutAmount": "0",
            "structuringFee": "0",
            "currentManagementFee": "0",
            "currentAdditionalFee": "0",
            "currentFine": "0",
            "currentFine2": null,
            "currentDeposit": "0",
            "currentExtra": "0",
            "currentAmount": "10000",
            "currentCommission": "10900",
            "mustPayTotal": "20900",
            "lastExtensionDate": "0000-00-00 00:00:00",
            "currency": "eur",
            "lastRecheck": "0000-00-00 00:00:00",
            "smsConfirmed": "0",
            "smsConfirmedDate": "0000-00-00 00:00:00",
            "completedTasks": "",
            "completedTaskActions": "",
            "bankPaymentId": null,
            "assignedAdminId": null,
            "approveAdminId": null,
            "group": "0",
            "discountId": "0",
            "discountFullCommission": "10900",
            "nextPaymentTotal": null,
            "bankFileId": "0",
            "paymentChannel": null,
            "brokerId": "0",
            "creditLimit": null,
            "extensionDenyDate": null
        },
        {
            "id": "3",
            "publicId": "L822836",
            "userId": "2",
            "requestAmount": "150000",
            "requestAmountOriginal": "150000",
            "requestCommission": "39813",
            "requestCommissionOriginal": "39813",
            "requestManagementFee": "9750",
            "requestAdditionalFee": "0",
            "requestDeposit": "0",
            "requestCurrency": "eur",
            "requestDate": "2021-08-09 00:00:00",
            "approveDate": "2021-08-09 10:08:03",
            "giveDate": "2021-08-09 10:42:32",
            "mustPayDate": "2021-09-09",
            "mustPayDateOrig": "2021-09-09",
            "daysLate": "0",
            "daysLateMax": "0",
            "statusChangeDate": "2021-08-09 10:42:32",
            "returnedDate": "0000-00-00 00:00:00",
            "days": "0",
            "payments": "12",
            "type": "1",
            "status": "2",
            "subStatus": "0",
            "payoutAmount": "148500",
            "structuringFee": "1500",
            "currentManagementFee": "9750",
            "currentAdditionalFee": "0",
            "currentFine": "0",
            "currentFine2": null,
            "currentDeposit": "0",
            "currentExtra": "0",
            "currentAmount": "150000",
            "currentCommission": "39813",
            "mustPayTotal": "199563",
            "lastExtensionDate": "0000-00-00 00:00:00",
            "currency": "eur",
            "lastRecheck": "0000-00-00 00:00:00",
            "smsConfirmed": "0",
            "smsConfirmedDate": "0000-00-00 00:00:00",
            "completedTasks": "",
            "completedTaskActions": "",
            "bankPaymentId": null,
            "assignedAdminId": null,
            "approveAdminId": "1",
            "group": "0",
            "discountId": "0",
            "discountFullCommission": "0",
            "nextPaymentTotal": "20125",
            "bankFileId": "0",
            "paymentChannel": null,
            "brokerId": "0",
            "creditLimit": null,
            "extensionDenyDate": null
        },
        {
            "id": "4",
            "publicId": "L466448",
            "userId": "3",
            "requestAmount": "100000",
            "requestAmountOriginal": "100000",
            "requestCommission": "4583",
            "requestCommissionOriginal": "4583",
            "requestManagementFee": "5500",
            "requestAdditionalFee": "0",
            "requestDeposit": "0",
            "requestCurrency": "eur",
            "requestDate": "2021-08-11 19:36:41",
            "approveDate": "0000-00-00 00:00:00",
            "giveDate": "0000-00-00 00:00:00",
            "mustPayDate": "0000-00-00",
            "mustPayDateOrig": "0000-00-00",
            "daysLate": "0",
            "daysLateMax": "0",
            "statusChangeDate": "0000-00-00 00:00:00",
            "returnedDate": "0000-00-00 00:00:00",
            "days": "0",
            "payments": "10",
            "type": "1",
            "status": "0",
            "subStatus": "0",
            "payoutAmount": "99000",
            "structuringFee": "1000",
            "currentManagementFee": "5500",
            "currentAdditionalFee": "0",
            "currentFine": "0",
            "currentFine2": null,
            "currentDeposit": "0",
            "currentExtra": "0",
            "currentAmount": "100000",
            "currentCommission": "4583",
            "mustPayTotal": "0",
            "lastExtensionDate": "0000-00-00 00:00:00",
            "currency": "eur",
            "lastRecheck": "0000-00-00 00:00:00",
            "smsConfirmed": "1",
            "smsConfirmedDate": "2021-08-11 19:36:46",
            "completedTasks": "",
            "completedTaskActions": "",
            "bankPaymentId": null,
            "assignedAdminId": null,
            "approveAdminId": null,
            "group": "0",
            "discountId": "0",
            "discountFullCommission": "0",
            "nextPaymentTotal": null,
            "bankFileId": "0",
            "paymentChannel": null,
            "brokerId": "0",
            "creditLimit": null,
            "extensionDenyDate": null
        }
    ]
}

/loans/{id}

Return single loan.

curl -X GET "{{domain}}/api/v1/loans/L644612"
GET %7B%7Bdomain%7D%7D/api/v1/loans/L644612 HTTP/1.1
Host: 
Status200 OK
Servernginx/1.20.1
DateFri, 20 Aug 2021 11:01:57 GMT
Content-Typeapplication/json
Transfer-Encodingchunked
Connectionkeep-alive
X-Powered-ByPHP/8.0.9
ExpiresThu, 19 Nov 1981 08:52:00 GMT
Cache-Controlno-store, no-cache, must-revalidate
Pragmano-cache
{
    "data": {
        "id": "L644612",
        "requestAmount": "1,000.00",
        "requestCommission": "45.83",
        "requestDate": "2021-08-06 12:54:24"
    }
}
Status204 No Content
Servernginx/1.20.1
DateThu, 12 Aug 2021 21:42:49 GMT
Content-Typeapplication/json
Connectionkeep-alive
X-Powered-ByPHP/8.0.9
ExpiresThu, 19 Nov 1981 08:52:00 GMT
Cache-Controlno-store, no-cache, must-revalidate
Pragmano-cache

/loans/findByUserId/{id}

Return single loan.

curl -X GET "{{domain}}/api/v1/loans/findByUserId/U822816"
GET %7B%7Bdomain%7D%7D/api/v1/loans/findByUserId/U822816 HTTP/1.1
Host: 
Status200 OK
Servernginx/1.20.1
DateFri, 20 Aug 2021 11:01:57 GMT
Content-Typeapplication/json
Transfer-Encodingchunked
Connectionkeep-alive
X-Powered-ByPHP/8.0.9
ExpiresThu, 19 Nov 1981 08:52:00 GMT
Cache-Controlno-store, no-cache, must-revalidate
Pragmano-cache
{
    "data": {
        "id": "L644612",
        "requestAmount": "1,000.00",
        "requestCommission": "45.83",
        "requestDate": "2021-08-06 12:54:24"
    }
}
Status204 No Content
Servernginx/1.20.1
DateThu, 12 Aug 2021 21:42:49 GMT
Content-Typeapplication/json
Connectionkeep-alive
X-Powered-ByPHP/8.0.9
ExpiresThu, 19 Nov 1981 08:52:00 GMT
Cache-Controlno-store, no-cache, must-revalidate
Pragmano-cache

/loans

curl -X POST "{{domain}}/api/v1/loans"
POST %7B%7Bdomain%7D%7D/api/v1/loans HTTP/1.1
Host: 

/loans/{id}

curl -X PUT "{{domain}}/api/v1/loans/L644612"
PUT %7B%7Bdomain%7D%7D/api/v1/loans/L644612 HTTP/1.1
Host: 

/loans/{id}

curl -X DELETE "{{domain}}/api/v1/loans/L644612"
DELETE %7B%7Bdomain%7D%7D/api/v1/loans/L644612 HTTP/1.1
Host: 

Agreement Endpoints

/agreements/{id}

Return single loan.

curl -X GET "{{domain}}/api/v1/agreements/1234"
GET %7B%7Bdomain%7D%7D/api/v1/agreements/1234 HTTP/1.1
Host: 

/agreements

Return single loan.

curl -X GET "{{domain}}/api/v1/agreements"
GET %7B%7Bdomain%7D%7D/api/v1/agreements HTTP/1.1
Host: 

/agreements/findByLoanId/{id}

Return single loan.

curl -X GET "{{domain}}/api/v1/agreements/findByLoanId/L644197"
GET %7B%7Bdomain%7D%7D/api/v1/agreements/findByLoanId/L644197 HTTP/1.1
Host: 

/agreements/findByUserId/{id}

Return single loan.

curl -X GET "{{domain}}/api/v1/agreements/findByUserId/L644197"
GET %7B%7Bdomain%7D%7D/api/v1/agreements/findByUserId/L644197 HTTP/1.1
Host: 

/agreements

Return single loan.

curl -X POST "{{domain}}/api/v1/agreements"
POST %7B%7Bdomain%7D%7D/api/v1/agreements HTTP/1.1
Host: 

/agreements/{id}

Return single loan.

curl -X PUT "{{domain}}/api/v1/agreements/1234"
PUT %7B%7Bdomain%7D%7D/api/v1/agreements/1234 HTTP/1.1
Host: 

/agreements/{id}

Return single loan.

curl -X DELETE "{{domain}}/api/v1/agreements/1234"
DELETE %7B%7Bdomain%7D%7D/api/v1/agreements/1234 HTTP/1.1
Host: 

Schedule Endpoints

/schedule/{id}

Return single loan.

curl -X GET "{{domain}}/api/v1/schedule/1234"
GET %7B%7Bdomain%7D%7D/api/v1/schedule/1234 HTTP/1.1
Host: 

/schedule

Return single loan.

curl -X GET "{{domain}}/api/v1/schedule"
GET %7B%7Bdomain%7D%7D/api/v1/schedule HTTP/1.1
Host: 

/schedule/findByLoanId/{id}

Return single loan.

curl -X GET "{{domain}}/api/v1/schedule/findByLoanId/L644197"
GET %7B%7Bdomain%7D%7D/api/v1/schedule/findByLoanId/L644197 HTTP/1.1
Host: 

/schedule

Return single loan.

curl -X POST "{{domain}}/api/v1/schedule"
POST %7B%7Bdomain%7D%7D/api/v1/schedule HTTP/1.1
Host: 

/schedule/{id}

Return single loan.

curl -X PUT "{{domain}}/api/v1/schedule/1234"
PUT %7B%7Bdomain%7D%7D/api/v1/schedule/1234 HTTP/1.1
Host: 

/schedule/{id}

Return single loan.

curl -X DELETE "{{domain}}/api/v1/schedule/1234"
DELETE %7B%7Bdomain%7D%7D/api/v1/schedule/1234 HTTP/1.1
Host: 

Income Endpoints

/income/{id}

Return single loan.

curl -X GET "{{domain}}/api/v1/income/1234"
GET %7B%7Bdomain%7D%7D/api/v1/income/1234 HTTP/1.1
Host: 

/income

Return single loan.

curl -X GET "{{domain}}/api/v1/income"
GET %7B%7Bdomain%7D%7D/api/v1/income HTTP/1.1
Host: 

/income/findByLoanId/{id}

Return single loan.

curl -X GET "{{domain}}/api/v1/income/findByLoanId/L822311"
GET %7B%7Bdomain%7D%7D/api/v1/income/findByLoanId/L822311 HTTP/1.1
Host: 
Status200 OK
Servernginx/1.20.1
DateSat, 30 Oct 2021 09:37:47 GMT
Content-Typeapplication/json
Transfer-Encodingchunked
Connectionkeep-alive
X-Powered-ByPHP/8.0.11
ExpiresThu, 19 Nov 1981 08:52:00 GMT
Cache-Controlno-store, no-cache, must-revalidate
Pragmano-cache
{
    "data": [
        {
            "id": 1,
            "loanId": "15",
            "userId": "64",
            "subStatus": "0",
            "incomeDate": "2021-10-29 15:14:32",
            "income": 100,
            "convertedIncome": "10000",
            "paidAmount": "0",
            "paidCommission": "10000",
            "paidFine": "0",
            "paidFine2": null,
            "paidExtension": "0",
            "paidExtra": "0",
            "paidDeposit": "0",
            "paidManagementFee": "0",
            "paidAdditionalFee": "0",
            "moveDeposit": "0",
            "fineDiscount": "0",
            "fine2Discount": null,
            "isReturned": "0",
            "currency": "eur",
            "bankPaymentId": null,
            "purposeOfPayment": "",
            "manualBankId": null,
            "amountDiscount": null,
            "commissionDiscount": null,
            "extraDiscount": null
        }
    ]
}

/income/findByUserId/{id}

Return single loan.

curl -X GET "{{domain}}/api/v1/income/findByUserId/L644197"
GET %7B%7Bdomain%7D%7D/api/v1/income/findByUserId/L644197 HTTP/1.1
Host: 

/income

Return single loan.

curl -X POST "{{domain}}/api/v1/income"
POST %7B%7Bdomain%7D%7D/api/v1/income HTTP/1.1
Host: 

/income/{id}

Return single loan.

curl -X PUT "{{domain}}/api/v1/income/1234"
PUT %7B%7Bdomain%7D%7D/api/v1/income/1234 HTTP/1.1
Host: 

/income/{id}

Return single loan.

curl -X DELETE "{{domain}}/api/v1/income/1234"
DELETE %7B%7Bdomain%7D%7D/api/v1/income/1234 HTTP/1.1
Host: 

Content Endpoints

/content

curl -X GET "{{domain}}/api/v1/content"
GET %7B%7Bdomain%7D%7D/api/v1/content HTTP/1.1
Host: 
Status200 OK
Servernginx/1.20.1
DateThu, 19 Aug 2021 13:49:08 GMT
Content-Typeapplication/json
Transfer-Encodingchunked
Connectionkeep-alive
X-Powered-ByPHP/8.0.9
ExpiresThu, 19 Nov 1981 08:52:00 GMT
Cache-Controlno-store, no-cache, must-revalidate
Pragmano-cache
{
    "data": [
        {
            "orderId": "1",
            "type": "smsTemplate",
            "subType": null,
            "label": "confirmationCode"
        },
        {
            "orderId": "2",
            "type": "smsTemplate",
            "subType": null,
            "label": "loanApprove"
        },
        {
            "orderId": "3",
            "type": "smsTemplate",
            "subType": null,
            "label": "loanDeny"
        },
        {
            "orderId": "4",
            "type": "smsTemplate",
            "subType": null,
            "label": "loanGiveout"
        },
        {
            "orderId": "5",
            "type": "smsTemplate",
            "subType": null,
            "label": "loanIncome"
        },
        {
            "orderId": "6",
            "type": "smsTemplate",
            "subType": null,
            "label": "loanReturn"
        },
        {
            "orderId": "7",
            "type": "smsTemplate",
            "subType": null,
            "label": "incomeExtendSms"
        },
        {
            "orderId": "8",
            "type": "smsTemplate",
            "subType": null,
            "label": "loanToDebt"
        },
        {
            "orderId": "9",
            "type": "smsTemplate",
            "subType": null,
            "label": "passwordReminderSms"
        },
        {
            "orderId": "10",
            "type": "smsTemplate",
            "subType": null,
            "label": "loanScheduleCreatedSms"
        },
        {
            "orderId": "11",
            "type": "smsTemplate",
            "subType": null,
            "label": "registrationComplete"
        },
        {
            "orderId": "12",
            "type": "smsTemplate",
            "subType": null,
            "label": "smsReminder-1"
        },
        {
            "orderId": "13",
            "type": "smsTemplate",
            "subType": null,
            "label": "smsReminder1"
        },
        {
            "orderId": "14",
            "type": "smsTemplate",
            "subType": null,
            "label": "smsReminderX"
        },
        {
            "orderId": "1",
            "type": "agreement",
            "subType": null,
            "label": "loanAgreement"
        },
        {
            "orderId": "2",
            "type": "agreement",
            "subType": null,
            "label": "registrationConditions"
        },
        {
            "orderId": "1",
            "type": "emailTemplate",
            "subType": null,
            "label": "emailDebt"
        },
        {
            "orderId": "2",
            "type": "emailTemplate",
            "subType": null,
            "label": "emailDeny"
        },
        {
            "orderId": "3",
            "type": "emailTemplate",
            "subType": null,
            "label": "emailGiveout"
        },
        {
            "orderId": "4",
            "type": "emailTemplate",
            "subType": null,
            "label": "emailIncome"
        },
        {
            "orderId": "5",
            "type": "emailTemplate",
            "subType": null,
            "label": "emailRegistration"
        },
        {
            "orderId": "6",
            "type": "emailTemplate",
            "subType": null,
            "label": "emailReminderX"
        },
        {
            "orderId": "7",
            "type": "emailTemplate",
            "subType": null,
            "label": "emailReturn"
        },
        {
            "orderId": "8",
            "type": "emailTemplate",
            "subType": null,
            "label": "passwordReminderEmail"
        },
        {
            "orderId": "9",
            "type": "emailTemplate",
            "subType": null,
            "label": "emailSchedule"
        },
        {
            "orderId": "1",
            "type": "letterTemplate",
            "subType": null,
            "label": "penalty7days"
        },
        {
            "orderId": "1",
            "type": "template",
            "subType": null,
            "label": "conditions"
        },
        {
            "orderId": "2",
            "type": "template",
            "subType": null,
            "label": "confirmSmsInfo"
        },
        {
            "orderId": "3",
            "type": "template",
            "subType": null,
            "label": "contacts"
        },
        {
            "orderId": "4",
            "type": "template",
            "subType": null,
            "label": "contactsOurStory"
        },
        {
            "orderId": "5",
            "type": "template",
            "subType": null,
            "label": "howToReturnLoan"
        },
        {
            "orderId": "6",
            "type": "template",
            "subType": null,
            "label": "howToTakeLoan"
        },
        {
            "orderId": "7",
            "type": "template",
            "subType": null,
            "label": "indexArticle1"
        },
        {
            "orderId": "8",
            "type": "template",
            "subType": null,
            "label": "indexArticle2"
        },
        {
            "orderId": "9",
            "type": "template",
            "subType": null,
            "label": "indexArticle3"
        },
        {
            "orderId": "10",
            "type": "template",
            "subType": null,
            "label": "indexArticle4"
        },
        {
            "orderId": "11",
            "type": "template",
            "subType": null,
            "label": "plain:robots.txt"
        },
        {
            "orderId": "12",
            "type": "template",
            "subType": null,
            "label": "plain:sitemap.xml"
        },
        {
            "orderId": "13",
            "type": "template",
            "subType": null,
            "label": "profileMyDataInfo"
        },
        {
            "orderId": "14",
            "type": "template",
            "subType": null,
            "label": "profileMyLoansInfo"
        },
        {
            "orderId": "15",
            "type": "template",
            "subType": null,
            "label": "profileMyTransactionsInfo"
        },
        {
            "orderId": "16",
            "type": "template",
            "subType": null,
            "label": "uploadDocumentsInfo"
        },
        {
            "orderId": "17",
            "type": "template",
            "subType": null,
            "label": "verificationPayment"
        },
        {
            "orderId": "18",
            "type": "template",
            "subType": null,
            "label": "emailScheduleAttachment"
        }
    ]
}

/content/{label}

curl -X GET "{{domain}}/api/v1/content/profileMyTransactionsInfo?filled=true&userId=U822836&loanId=L466448"
GET %7B%7Bdomain%7D%7D/api/v1/content/profileMyTransactionsInfo?filled=true&userId=U822836&loanId=L466448 HTTP/1.1
Host: 
Status200 OK
Servernginx/1.20.1
DateThu, 19 Aug 2021 13:40:23 GMT
Content-Typeapplication/json
Transfer-Encodingchunked
Connectionkeep-alive
X-Powered-ByPHP/8.0.9
ExpiresThu, 19 Nov 1981 08:52:00 GMT
Cache-Controlno-store, no-cache, must-revalidate
Pragmano-cache
{
    "topic": "Loan Approve",
    "content": "Hello Kathyrn,\r\nYour requested 1,000.00 has been approved. We will soon transfer money to your account."
}

/content/{label} Copy

curl -X GET "{{domain}}/api/v1/content/loanAgreement&filled=1¶ms%5Bloan%5D%5BrequestAmount%5D=340000¶ms%5Bloan%5D%5BrequestCommission%5D=93500¶ms%5Bloan%5D%5BstructuringFee%5D=3400¶ms%5Bloan%5D%5BmanagementFee%5D=25500¶ms%5Bloan%5D%5BadditionalFee%5D=0¶ms%5Bloan%5D%5BpayoutAmount%5D=336600¶ms%5Bloan%5D%5Btotal%5D=459000¶ms%5Bloan%5D%5BrequestDate%5D=2021-09-27+13%3A52%3A09
"
GET %7B%7Bdomain%7D%7D/api/v1/content/loanAgreement&filled=1%C2%B6ms%5Bloan%5D%5BrequestAmount%5D=340000%C2%B6ms%5Bloan%5D%5BrequestCommission%5D=93500%C2%B6ms%5Bloan%5D%5BstructuringFee%5D=3400%C2%B6ms%5Bloan%5D%5BmanagementFee%5D=25500%C2%B6ms%5Bloan%5D%5BadditionalFee%5D=0%C2%B6ms%5Bloan%5D%5BpayoutAmount%5D=336600%C2%B6ms%5Bloan%5D%5Btotal%5D=459000%C2%B6ms%5Bloan%5D%5BrequestDate%5D=2021-09-27+13:52:09%0A HTTP/1.1
Host: 
Status200 OK
Servernginx/1.20.1
DateThu, 19 Aug 2021 13:40:23 GMT
Content-Typeapplication/json
Transfer-Encodingchunked
Connectionkeep-alive
X-Powered-ByPHP/8.0.9
ExpiresThu, 19 Nov 1981 08:52:00 GMT
Cache-Controlno-store, no-cache, must-revalidate
Pragmano-cache
{
    "topic": "Loan Approve",
    "content": "Hello Kathyrn,\r\nYour requested 1,000.00 has been approved. We will soon transfer money to your account."
}

/content/listLabels

curl -X GET "{{domain}}/api/v1/content/listLabels"
GET %7B%7Bdomain%7D%7D/api/v1/content/listLabels HTTP/1.1
Host: 
Status200 OK
Servernginx/1.20.1
DateFri, 20 Aug 2021 13:23:38 GMT
Content-Typeapplication/json
Transfer-Encodingchunked
Connectionkeep-alive
X-Powered-ByPHP/8.0.9
ExpiresThu, 19 Nov 1981 08:52:00 GMT
Cache-Controlno-store, no-cache, must-revalidate
Pragmano-cache
{
    "data": [
        "confirmationCode",
        "loanApprove",
        "loanDeny",
        "loanGiveout",
        "loanIncome",
        "loanReturn",
        "incomeExtendSms",
        "loanToDebt",
        "passwordReminderSms",
        "loanScheduleCreatedSms",
        "registrationComplete",
        "smsReminder-1",
        "smsReminder1",
        "smsReminderX",
        "loanAgreement",
        "registrationConditions",
        "emailDebt",
        "emailDeny",
        "emailGiveout",
        "emailIncome",
        "emailRegistration",
        "emailReminderX",
        "emailReturn",
        "passwordReminderEmail",
        "emailSchedule",
        "penalty7days",
        "conditions",
        "confirmSmsInfo",
        "contacts",
        "contactsOurStory",
        "howToReturnLoan",
        "howToTakeLoan",
        "indexArticle1",
        "indexArticle2",
        "indexArticle3",
        "indexArticle4",
        "plain:robots.txt",
        "plain:sitemap.xml",
        "profileMyDataInfo",
        "profileMyLoansInfo",
        "profileMyTransactionsInfo",
        "uploadDocumentsInfo",
        "verificationPayment",
        "emailScheduleAttachment"
    ]
}

/content/faq

curl -X GET "{{domain}}/api/v1/content/faq"
GET %7B%7Bdomain%7D%7D/api/v1/content/faq HTTP/1.1
Host: 
Status200 OK
Servernginx/1.20.1
DateWed, 08 Sep 2021 11:19:11 GMT
Content-Typeapplication/json
Transfer-Encodingchunked
Connectionkeep-alive
X-Powered-ByPHP/8.0.10
ExpiresThu, 19 Nov 1981 08:52:00 GMT
Cache-Controlno-store, no-cache, must-revalidate
Pragmano-cache
{
    "data": [
        {
            "topic": "Sleek and easy on the eyes",
            "content": "We understand it’s impossible to sneak every bit of information in one screen, so we have created interface with fast access to basically everything you’d want to use while keeping the rarely used functions accessible but out of your sight. With custom backgrounds you can liven up the otherwise purely functional application."
        },
        {
            "topic": "Based on actual experiences",
            "content": "We’ve made countless user interface iterations based on actual feedback from our clients. It’s tailored for fast access to important data, such as [ievietot statistikas veidus, kas tiek attēloti] and efficient performance with user databases, configuration, and monitoring."
        },
        {
            "topic": "What about my clients?",
            "content": "Regarding multi-device capabilities, your company’s public website demands even a higher degree of usability and responsiveness. We offer consultations and design services. Tell us your needs and we’ll come up with a site design that’s friendly to mobile devices and, most importantly, to your clients."
        },
        {
            "topic": "Connect to anything",
            "content": "CloudCredit enables you to use the power of API’s and connect your data and processes to 3rdparty services, like credit info providers, SMS / phone services, external fraud detection, social networks and more. If you have a service with an API in mind, it’s probably possible to connect it to Loansoft without much hassle."
        },
        {
            "topic": "Regular system updates",
            "content": "In the constantly changing and evolving world of finance and business, updates are a crucial part of keeping on track with the latest tendencies and laws. With the cloud-based code repository it’s easy to check if the latest updates have been included in your running system."
        },
        {
            "topic": "Extensibility",
            "content": "We have an enormous experience dealing with various 3rd party service providers and can assist you with getting up and running the system in no time."
        },
        {
            "topic": "Manage your mobile users",
            "content": "Thanks to the open platform and various configuration possibilities, you can manage user profiles that are specifically designed for mobile use. Choose the data that should be accessible, add a mobile-friendly theme and it’s done! Thanks to the browser based frontend, the system is device-agnostic and you don’t have to worry about your app not working anywhere. If it has a web browser, it’ll work like a charm."
        },
        {
            "topic": "Password protection",
            "content": "CloudCredit keeps user passwords and other login data on a separate server. This ensures maximum security against personal data theft, which is crucial in businesses based on finance and trust."
        },
        {
            "topic": "Daily backups are important",
            "content": "So important actually, that we have taken care of automatically backing up your data every hour. This ensures minimum losses if something goes wrong. In case of emergency, you will be up and running in no time."
        },
        {
            "topic": "Designed to be secure",
            "content": "CloudCredit is compatible with SSL authentification, DDOS attack protection and other means of protecting application stability and your user data. With industry standard security practices you will have no worries about any breach or data loss."
        },
        {
            "topic": "Scalability",
            "content": "CloudCredit works well with and adapts to small and large user databases. You won’t have to worry about the servers crashing or the code becoming obsolete; if you choose to host on our own servers, we’ll gladly adapt the web infrastructure to your specific needs."
        },
        {
            "topic": "Configure as you wish",
            "content": "Combining the built in configuration options and the access to the source code we are sure to say that CloudCredit makes event the most obscure set of needs possible. If, however, there is something that needs to be added or heavily modified, we’ll be happy to discuss a feature that might be beneficial to us and our clients."
        },
        {
            "topic": "Collaborate and inform",
            "content": "CloudCredit gives you the opportunity to create user profiles with varying access to data. So, you could, for example, create a user profile with access to cash flow statistics and give the access to a shareholder, thus avoiding spreadsheets and printouts. The interface is so intuitive and simple that people with no training and limited knowledge about the system will most likely feel comfortable with viewing statistics, generating reports etc."
        }
    ]
}

Text Endpoints

/text

curl -X GET "{{domain}}/api/v1/text"
GET %7B%7Bdomain%7D%7D/api/v1/text HTTP/1.1
Host: 
Status200 OK
Servernginx/1.20.1
DateThu, 19 Aug 2021 13:40:14 GMT
Content-Typeapplication/json
Transfer-Encodingchunked
Connectionkeep-alive
X-Powered-ByPHP/8.0.9
ExpiresThu, 19 Nov 1981 08:52:00 GMT
Cache-Controlno-store, no-cache, must-revalidate
Pragmano-cache
{
    "data": [
        {
            "label": "s:requestDateFieldName",
            "hash": "082debe021c00d5c940388e0862013cf",
            "lang": "en",
            "value": "Request date"
        },
        {
            "label": "a:deniedStateName",
            "hash": "0b5b620123accee28b4ec5de9fadcf62",
            "lang": "en",
            "value": "Denied"
        },
        {
            "label": "s:commissionOriginalFieldName",
            "hash": "16ae78b25c1622269ecb4585127c07c6",
            "lang": "en",
            "value": "Orig. commission"
        },
        {
            "label": "s:currentFine2FieldName",
            "hash": "1bea949af53901f65b475649abadf790",
            "lang": "en",
            "value": "Current fine2"
        },
        {
            "label": "s:structuringFeeFieldName",
            "hash": "229dc6aea3a8e21e3755c562197af084",
            "lang": "en",
            "value": "Structuring fee"
        },
        {
            "label": "s:smsConfirmedFieldName",
            "hash": "245c4f8b5127f524832a2c9c2b086d72",
            "lang": "en",
            "value": "SMS confirmed"
        },
        {
            "label": "s:giveDateFieldName",
            "hash": "2bbf4e713bd6523a172319f8c5d4ea6c",
            "lang": "en",
            "value": "Giveout date"
        },
        {
            "label": "s:requestCurrencyFieldName",
            "hash": "30886c0a6e2b28caf3fd0114fcd45abf",
            "lang": "en",
            "value": "Request currency"
        },
        {
            "label": "pv:Contact Email",
            "hash": "32b8d35cdcdfc5cd6f7acb05087476c1",
            "lang": "en",
            "value": "info@cloudcredit.net"
        },
        {
            "label": "s:currentFineFieldName",
            "hash": "37e54b4e429f2389c9d8f4988a8949b8",
            "lang": "en",
            "value": "Current fine"
        },
        {
            "label": "s:currencyFieldName",
            "hash": "387ce30c01fbae59a19f6b25a71441d4",
            "lang": "en",
            "value": "Currency"
        },
        {
            "label": "pv:Email From Address",
            "hash": "3e6e788c76de6d44b319416cb9edf17f",
            "lang": "en",
            "value": "info@cloudcredit.net"
        },
        {
            "label": "s:currentAdditionalFeeFieldName",
            "hash": "40292d3487abda2349cbd6ab918b861a",
            "lang": "en",
            "value": "Current additional fee"
        },
        {
            "label": "pv:skype",
            "hash": "417da37fa6c69be1287d3ec40f2acb16",
            "lang": "en",
            "value": "info.cloudcredit"
        },
        {
            "label": "a:terminatedStateName",
            "hash": "473d02189d1615007b47a3091752bc73",
            "lang": "en",
            "value": "Terminated"
        },
        {
            "label": "s:commissionFieldName",
            "hash": "49697f2bf5fc83990f721e1d7b070278",
            "lang": "en",
            "value": "Commission"
        },
        {
            "label": "a:Toggle secret",
            "hash": "49c743c72d00579789a7c7e5153b8c62",
            "lang": "en",
            "value": "dToggle secret"
        },
        {
            "label": "s:smsConfirmedDateFieldName",
            "hash": "4c6f1cc12aea75caf0831137b94e261d",
            "lang": "en",
            "value": "SMS confirmed date"
        },
        {
            "label": "a:regularStateName",
            "hash": "4dbc2a9ebd0c2c0dd7aa9520bb23c403",
            "lang": "en",
            "value": "Regular"
        },
        {
            "label": "s:assignedAdminFieldName",
            "hash": "4eaad766445340a94f2d5c6b48f86bc0",
            "lang": "en",
            "value": "Assigned admin"
        },
        {
            "label": "s:requestAdditionalFeeFieldName",
            "hash": "53da3a2d0314664c4e1c9bf5ca0b108a",
            "lang": "en",
            "value": "Request additional fee"
        },
        {
            "label": "s:requestManagementFeeFieldName",
            "hash": "5826b7b8e243fcb1f4a0f2decf5aabb8",
            "lang": "en",
            "value": "Request management fee"
        },
        {
            "label": "s:currentDepositFieldName",
            "hash": "5b7d57e83251799e0396d0825fa454bb",
            "lang": "en",
            "value": "Current deposit"
        },
        {
            "label": "pv:phone",
            "hash": "5d693fd16a3d5819e50c0cf13348088a",
            "lang": "en",
            "value": "+371 2525 7777"
        },
        {
            "label": "a:courtStateName",
            "hash": "5e7fd82f0f4b103c8e032b4361e23b27",
            "lang": "en",
            "value": "Court"
        },
        {
            "label": "s:mustPayDateFieldName",
            "hash": "5ec3b4f5c8b408eed1977496aef76ab6",
            "lang": "en",
            "value": "Must pay date"
        },
        {
            "label": "a:mylabel2",
            "hash": "60cf1684d52b58b6490ceb87ca62bce6",
            "lang": "en",
            "value": "val"
        },
        {
            "label": "a:lateStateName",
            "hash": "63520d3962315940b52ef9a150db10b1",
            "lang": "en",
            "value": "Late"
        },
        {
            "label": "a:returnedStateName",
            "hash": "678e38e15ad6e2379a6e4c47fbcfeb72",
            "lang": "en",
            "value": "Returned"
        },
        {
            "label": "s:statusChangeDateFieldName",
            "hash": "6ddcfdc75c82d9281552a99c92d8fa83",
            "lang": "en",
            "value": "Status change date"
        },
        {
            "label": "a:mylabel",
            "hash": "7150e574fcc87a598b7763d17d04c2d1",
            "lang": "en",
            "value": "val2"
        },
        {
            "label": "s:loanIdFieldName",
            "hash": "7952a6339b813a11a6e3e4b4709bc720",
            "lang": "en",
            "value": "Loan ID"
        },
        {
            "label": "a:confirmedStateName",
            "hash": "8cfca0c65af2c794c201c395f07219fd",
            "lang": "en",
            "value": "Confirmed"
        },
        {
            "label": "s:mustPayTotalFieldName",
            "hash": "8fd1297b57e76a609a36959a9bfd9c92",
            "lang": "en",
            "value": "Must pay total"
        },
        {
            "label": "s:daysFieldName",
            "hash": "9a6826918bfc56cac6db915d9a8bf172",
            "lang": "en",
            "value": "Days"
        },
        {
            "label": "s:currentManagementFeeFieldName",
            "hash": "9b8c8d72786c33a992913d88bff1723f",
            "lang": "en",
            "value": "Current management fee"
        },
        {
            "label": "a:debtStateName",
            "hash": "a4c9f6fc4195dc1f67900562ed81013c",
            "lang": "en",
            "value": "Debt"
        },
        {
            "label": "s:currentCommissionFieldName",
            "hash": "adfb5e2f050c105dac677c99dd42cf1a",
            "lang": "en",
            "value": "Current commission"
        },
        {
            "label": "s:payoutAmountFieldName",
            "hash": "b2d094f4f78762faf6b4e2a84b763787",
            "lang": "en",
            "value": "Payout amount"
        },
        {
            "label": "s:fine2PercentFieldName",
            "hash": "b540241259280b18f226e03c23081af3",
            "lang": "en",
            "value": "Fine2 percent"
        },
        {
            "label": "a:terminatedExtendedStateName",
            "hash": "b54bd7818c1ddeed2bc26d3e4a773871",
            "lang": "en",
            "value": "Terminated extended"
        },
        {
            "label": "a:mylabel2a",
            "hash": "b854dc0315e613d10a45deb551631bd5",
            "lang": "en",
            "value": "vals"
        },
        {
            "label": "s:approveDateFieldName",
            "hash": "ba2dabc8c3a435bc0ff15900a034cd58",
            "lang": "en",
            "value": "Approve date"
        },
        {
            "label": "s:daysLateFieldName",
            "hash": "bea85a7ae596bb120345668e20fbb04f",
            "lang": "en",
            "value": "Days late"
        },
        {
            "label": "a:extendedStateName",
            "hash": "c207d8b0588fc2f47466ae6d4a509d23",
            "lang": "en",
            "value": "Extended"
        },
        {
            "label": "a:There are no permissions set for action ???",
            "hash": "cbb27103f76526622e86d39df8b2d871",
            "lang": "en",
            "value": ".There are no permissions set for action ???"
        },
        {
            "label": "s:amountFieldName",
            "hash": "d11907dbed99633321f663e3f5f48cc5",
            "lang": "en",
            "value": "Amount"
        },
        {
            "label": "s:returnedDateFieldName",
            "hash": "d2c5eb5d52a78c4dbcc7bf2f90ae0f6b",
            "lang": "en",
            "value": "Returned date"
        },
        {
            "label": "s:currentExtraFieldName",
            "hash": "d3de155bbfab752eab6814e6ead367e4",
            "lang": "en",
            "value": "Current extra"
        },
        {
            "label": "s:mustPayDateOrigFieldName",
            "hash": "d847c8f0985ea5efa146bf077605cc2d",
            "lang": "en",
            "value": "Orig. must pay date"
        },
        {
            "label": "s:statusFieldName",
            "hash": "df28bd6b70d443fec6d2bca2664ea7e8",
            "lang": "en",
            "value": "Status"
        },
        {
            "label": "s:finePercentFieldName",
            "hash": "e161fc16fd9f1ad0ea340c0e201419ea",
            "lang": "en",
            "value": "Fine percent"
        },
        {
            "label": "a:requestStateName",
            "hash": "e22327ff7f1cc59e00fd0714dadb987e",
            "lang": "en",
            "value": "Request"
        },
        {
            "label": "s:currentAmountFieldName",
            "hash": "e69eec1275cb49d5aaff51f15530422f",
            "lang": "en",
            "value": "Current amount"
        },
        {
            "label": "s:paymentsFieldName",
            "hash": "e99cac22a6fccdbbb0bd86550ef8b386",
            "lang": "en",
            "value": "Payments"
        },
        {
            "label": "a:scheduleStateName",
            "hash": "eeea22531e296ae30197348efec89a30",
            "lang": "en",
            "value": "Schedule"
        },
        {
            "label": "s:requestDepositFieldName",
            "hash": "f04304fb721ebaddc0dbf5759a5a4bea",
            "lang": "en",
            "value": "Request deposit"
        },
        {
            "label": "s:amountOriginalFieldName",
            "hash": "f0479c8ab24ac8b0ce6e3b3dbec4d5c9",
            "lang": "en",
            "value": "Orig. amount"
        }
    ]
}

/text/{hash}

curl -X GET "{{domain}}/api/v1/text/16913808a48f12d6dee4a4618a38fbb5"
GET %7B%7Bdomain%7D%7D/api/v1/text/16913808a48f12d6dee4a4618a38fbb5 HTTP/1.1
Host: 
Status200 OK
Servernginx/1.20.1
DateThu, 19 Aug 2021 13:40:08 GMT
Content-Typeapplication/json
Transfer-Encodingchunked
Connectionkeep-alive
X-Powered-ByPHP/8.0.9
ExpiresThu, 19 Nov 1981 08:52:00 GMT
Cache-Controlno-store, no-cache, must-revalidate
Pragmano-cache
{
    "data": {
        "label": "s:requestDateFieldName",
        "hash": "082debe021c00d5c940388e0862013cf",
        "lang": "en",
        "value": "Request date"
    }
}

/text

curl -X POST "{{domain}}/api/v1/text"
POST %7B%7Bdomain%7D%7D/api/v1/text HTTP/1.1
Host: 
Status200 OK
Servernginx/1.20.1
DateFri, 20 Aug 2021 09:51:34 GMT
Content-Typeapplication/json
Transfer-Encodingchunked
Connectionkeep-alive
X-Powered-ByPHP/8.0.9
ExpiresThu, 19 Nov 1981 08:52:00 GMT
Cache-Controlno-store, no-cache, must-revalidate
Pragmano-cache
{
    "data": {
        "label": "a:someLabelName",
        "hash": "16913808a48f12d6dee4a4618a38fbb5",
        "lang": "en",
        "value": "This is my new label"
    }
}

/text/{hash}

curl -X PUT "{{domain}}/api/v1/text/db1d7abd4486b764cbc48e173dd1924f"
PUT %7B%7Bdomain%7D%7D/api/v1/text/db1d7abd4486b764cbc48e173dd1924f HTTP/1.1
Host: 
Status200 OK
Servernginx/1.20.1
DateFri, 20 Aug 2021 13:10:24 GMT
Content-Typeapplication/json
Transfer-Encodingchunked
Connectionkeep-alive
X-Powered-ByPHP/8.0.9
ExpiresThu, 19 Nov 1981 08:52:00 GMT
Cache-Controlno-store, no-cache, must-revalidate
Pragmano-cache
{
    "data": {
        "label": "a:someLabelName",
        "hash": "16913808a48f12d6dee4a4618a38fbb5",
        "lang": "en",
        "value": "vals123"
    }
}

/text/{hash}

curl -X DELETE "{{domain}}/api/v1/text/16913808a48f12d6dee4a4618a38fbb5"
DELETE %7B%7Bdomain%7D%7D/api/v1/text/16913808a48f12d6dee4a4618a38fbb5 HTTP/1.1
Host: 
Status200 OK
Servernginx/1.20.1
DateFri, 20 Aug 2021 09:50:00 GMT
Content-Typeapplication/json
Transfer-Encodingchunked
Connectionkeep-alive
X-Powered-ByPHP/8.0.9
ExpiresThu, 19 Nov 1981 08:52:00 GMT
Cache-Controlno-store, no-cache, must-revalidate
Pragmano-cache
Status204 No Content
Servernginx/1.20.1
DateFri, 20 Aug 2021 09:50:45 GMT
Content-Typeapplication/json
Connectionkeep-alive
X-Powered-ByPHP/8.0.9
ExpiresThu, 19 Nov 1981 08:52:00 GMT
Cache-Controlno-store, no-cache, must-revalidate
Pragmano-cache

Price Endpoints

/price/installment

curl -X GET "{{domain}}/api/v1/price/installment"
GET %7B%7Bdomain%7D%7D/api/v1/price/installment HTTP/1.1
Host: 
Status200 OK
Servernginx/1.20.1
DateThu, 02 Sep 2021 11:21:51 GMT
Content-Typeapplication/json
Transfer-Encodingchunked
Connectionkeep-alive
X-Powered-ByPHP/8.0.10
ExpiresThu, 19 Nov 1981 08:52:00 GMT
Cache-Controlno-store, no-cache, must-revalidate
Pragmano-cache
{
    "data": {
        "limits": {
            "amount": {
                "1": 0,
                "2": 0,
                "3": 0,
                "4": 0,
                "5": 0,
                "6": 0,
                "7": 0,
                "8": 0,
                "9": 0,
                "10": 0
            },
            "days": {
                "1": "0",
                "2": "0",
                "3": "0",
                "4": "0",
                "5": "0",
                "6": "0",
                "7": "0",
                "8": "0",
                "9": "0",
                "10": "0"
            }
        },
        "minAmount": 30000,
        "maxAmount": 500000,
        "amountStep": 10000,
        "defaultAmount": 150000,
        "defaultPeriod": "12",
        "periodStep": "1",
        "structuringFee": "1",
        "structuringFeeType": "percent",
        "managementFee": "1",
        "managementFeeType": "percent",
        "minPeriod": "3",
        "maxPeriod": "24",
        "calcMethod": "linear",
        "type": "range",
        "percent": "10",
        "percentMethod": "matrix",
        "matrixArray": {
            "100000": {
                "3": "3",
                "4": "4",
                "5": "5",
                "6": "6",
                "7": "7",
                "8": "8",
                "9": "9",
                "10": "10",
                "11": "11",
                "12": "12",
                "13": "13",
                "14": "14",
                "15": "15",
                "16": "16",
                "17": "17",
                "18": "18",
                "19": "19",
                "20": "20",
                "21": "21",
                "22": "22",
                "23": "23",
                "24": "24"
            },
            "110000": {
                "3": "50",
                "4": "50",
                "5": "49",
                "6": "48",
                "7": "48",
                "8": "48",
                "9": "48",
                "10": "49",
                "11": "49",
                "12": "49",
                "13": "49",
                "14": "49",
                "15": "45",
                "16": "45",
                "17": "45",
                "18": "45",
                "19": "45",
                "20": "46",
                "21": "43",
                "22": "43",
                "23": "43",
                "24": "34"
            },
            "120000": {
                "3": "50",
                "4": "50",
                "5": "49",
                "6": "48",
                "7": "48",
                "8": "48",
                "9": "48",
                "10": "49",
                "11": "49",
                "12": "49",
                "13": "49",
                "14": "49",
                "15": "45",
                "16": "45",
                "17": "45",
                "18": "45",
                "19": "45",
                "20": "46",
                "21": "43",
                "22": "43",
                "23": "43",
                "24": "34"
            },
            "130000": {
                "3": "50",
                "4": "50",
                "5": "49",
                "6": "48",
                "7": "48",
                "8": "48",
                "9": "48",
                "10": "49",
                "11": "49",
                "12": "49",
                "13": "49",
                "14": "49",
                "15": "44",
                "16": "44",
                "17": "44",
                "18": "45",
                "19": "45",
                "20": "45",
                "21": "43",
                "22": "43",
                "23": "43",
                "24": "34"
            },
            "140000": {
                "3": "50",
                "4": "50",
                "5": "49",
                "6": "48",
                "7": "48",
                "8": "48",
                "9": "48",
                "10": "49",
                "11": "49",
                "12": "49",
                "13": "49",
                "14": "49",
                "15": "44",
                "16": "44",
                "17": "44",
                "18": "44",
                "19": "45",
                "20": "46",
                "21": "43",
                "22": "43",
                "23": "43",
                "24": "34"
            },
            "150000": {
                "3": "50",
                "4": "50",
                "5": "49",
                "6": "48",
                "7": "48",
                "8": "48",
                "9": "48",
                "10": "49",
                "11": "49",
                "12": "49",
                "13": "49",
                "14": "49",
                "15": "44",
                "16": "44",
                "17": "44",
                "18": "45",
                "19": "45",
                "20": "45",
                "21": "43",
                "22": "42",
                "23": "43",
                "24": "34"
            },
            "160000": {
                "3": "50",
                "4": "50",
                "5": "49",
                "6": "48",
                "7": "48",
                "8": "48",
                "9": "48",
                "10": "49",
                "11": "49",
                "12": "49",
                "13": "49",
                "14": "49",
                "15": "44",
                "16": "44",
                "17": "44",
                "18": "44",
                "19": "45",
                "20": "45",
                "21": "43",
                "22": "43",
                "23": "43",
                "24": "34"
            },
            "170000": {
                "3": "50",
                "4": "50",
                "5": "49",
                "6": "48",
                "7": "48",
                "8": "48",
                "9": "49",
                "10": "49",
                "11": "49",
                "12": "45",
                "13": "45",
                "14": "45",
                "15": "43",
                "16": "43",
                "17": "43",
                "18": "39",
                "19": "36",
                "20": "36",
                "21": "36",
                "22": "37",
                "23": "32",
                "24": "32"
            },
            "180000": {
                "3": "50",
                "4": "50",
                "5": "49",
                "6": "49",
                "7": "49",
                "8": "48",
                "9": "49",
                "10": "49",
                "11": "49",
                "12": "45",
                "13": "45",
                "14": "45",
                "15": "43",
                "16": "43",
                "17": "43",
                "18": "39",
                "19": "36",
                "20": "36",
                "21": "36",
                "22": "37",
                "23": "32",
                "24": "32"
            },
            "190000": {
                "3": "50",
                "4": "50",
                "5": "49",
                "6": "49",
                "7": "49",
                "8": "49",
                "9": "49",
                "10": "49",
                "11": "49",
                "12": "45",
                "13": "45",
                "14": "45",
                "15": "43",
                "16": "43",
                "17": "43",
                "18": "39",
                "19": "36",
                "20": "36",
                "21": "36",
                "22": "37",
                "23": "32",
                "24": "32"
            },
            "200000": {
                "3": "50",
                "4": "50",
                "5": "49",
                "6": "49",
                "7": "49",
                "8": "49",
                "9": "49",
                "10": "49",
                "11": "49",
                "12": "45",
                "13": "45",
                "14": "45",
                "15": "43",
                "16": "43",
                "17": "43",
                "18": "39",
                "19": "36",
                "20": "36",
                "21": "36",
                "22": "37",
                "23": "32",
                "24": "32"
            },
            "210000": {
                "3": "50",
                "4": "50",
                "5": "49",
                "6": "49",
                "7": "49",
                "8": "49",
                "9": "49",
                "10": "49",
                "11": "49",
                "12": "45",
                "13": "45",
                "14": "45",
                "15": "43",
                "16": "43",
                "17": "43",
                "18": "39",
                "19": "36",
                "20": "36",
                "21": "36",
                "22": "37",
                "23": "32",
                "24": "32"
            },
            "220000": {
                "3": "50",
                "4": "50",
                "5": "49",
                "6": "49",
                "7": "49",
                "8": "49",
                "9": "49",
                "10": "49",
                "11": "49",
                "12": "45",
                "13": "45",
                "14": "45",
                "15": "43",
                "16": "43",
                "17": "43",
                "18": "39",
                "19": "36",
                "20": "36",
                "21": "36",
                "22": "37",
                "23": "32",
                "24": "32"
            },
            "230000": {
                "3": "50",
                "4": "50",
                "5": "49",
                "6": "49",
                "7": "49",
                "8": "49",
                "9": "49",
                "10": "49",
                "11": "49",
                "12": "45",
                "13": "45",
                "14": "45",
                "15": "43",
                "16": "43",
                "17": "43",
                "18": "39",
                "19": "36",
                "20": "36",
                "21": "36",
                "22": "37",
                "23": "32",
                "24": "32"
            },
            "240000": {
                "3": "50",
                "4": "50",
                "5": "49",
                "6": "49",
                "7": "49",
                "8": "49",
                "9": "49",
                "10": "49",
                "11": "49",
                "12": "45",
                "13": "45",
                "14": "45",
                "15": "43",
                "16": "43",
                "17": "43",
                "18": "39",
                "19": "36",
                "20": "36",
                "21": "36",
                "22": "37",
                "23": "32",
                "24": "32"
            },
            "250000": {
                "3": "50",
                "4": "50",
                "5": "49",
                "6": "49",
                "7": "49",
                "8": "49",
                "9": "49",
                "10": "49",
                "11": "49",
                "12": "45",
                "13": "45",
                "14": "45",
                "15": "43",
                "16": "44",
                "17": "44",
                "18": "39",
                "19": "36",
                "20": "36",
                "21": "36",
                "22": "37",
                "23": "32",
                "24": "32"
            },
            "260000": {
                "3": "50",
                "4": "50",
                "5": "49",
                "6": "49",
                "7": "49",
                "8": "49",
                "9": "49",
                "10": "49",
                "11": "49",
                "12": "45",
                "13": "45",
                "14": "45",
                "15": "43",
                "16": "44",
                "17": "44",
                "18": "39",
                "19": "35",
                "20": "36",
                "21": "35",
                "22": "35",
                "23": "32",
                "24": "32"
            },
            "270000": {
                "3": "50",
                "4": "50",
                "5": "49",
                "6": "49",
                "7": "49",
                "8": "49",
                "9": "49",
                "10": "49",
                "11": "45",
                "12": "45",
                "13": "45",
                "14": "45",
                "15": "39",
                "16": "39",
                "17": "39",
                "18": "35",
                "19": "35",
                "20": "36",
                "21": "34",
                "22": "34",
                "23": "32",
                "24": "32"
            },
            "280000": {
                "3": "50",
                "4": "50",
                "5": "49",
                "6": "49",
                "7": "49",
                "8": "49",
                "9": "49",
                "10": "49",
                "11": "45",
                "12": "45",
                "13": "45",
                "14": "45",
                "15": "39",
                "16": "39",
                "17": "39",
                "18": "35",
                "19": "35",
                "20": "35",
                "21": "34",
                "22": "34",
                "23": "32",
                "24": "32"
            },
            "290000": {
                "3": "50",
                "4": "50",
                "5": "49",
                "6": "49",
                "7": "49",
                "8": "49",
                "9": "49",
                "10": "49",
                "11": "45",
                "12": "45",
                "13": "45",
                "14": "45",
                "15": "39",
                "16": "39",
                "17": "39",
                "18": "35",
                "19": "35",
                "20": "35",
                "21": "34",
                "22": "34",
                "23": "32",
                "24": "32"
            },
            "300000": {
                "3": "50",
                "4": "50",
                "5": "49",
                "6": "49",
                "7": "49",
                "8": "49",
                "9": "49",
                "10": "49",
                "11": "45",
                "12": "38",
                "13": "38",
                "14": "44",
                "15": "39",
                "16": "33",
                "17": "39",
                "18": "33",
                "19": "35",
                "20": "35",
                "21": "35",
                "22": "35",
                "23": "32",
                "24": "27"
            },
            "310000": {
                "3": "50",
                "4": "50",
                "5": "49",
                "6": "49",
                "7": "49",
                "8": "49",
                "9": "49",
                "10": "49",
                "11": "45",
                "12": "38",
                "13": "39",
                "14": "44",
                "15": "39",
                "16": "33",
                "17": "39",
                "18": "33",
                "19": "35",
                "20": "35",
                "21": "35",
                "22": "35",
                "23": "32",
                "24": "27"
            },
            "320000": {
                "3": "50",
                "4": "50",
                "5": "49",
                "6": "49",
                "7": "49",
                "8": "49",
                "9": "49",
                "10": "49",
                "11": "45",
                "12": "38",
                "13": "39",
                "14": "44",
                "15": "39",
                "16": "33",
                "17": "39",
                "18": "33",
                "19": "35",
                "20": "34",
                "21": "34",
                "22": "34",
                "23": "32",
                "24": "27"
            },
            "330000": {
                "3": "50",
                "4": "50",
                "5": "49",
                "6": "49",
                "7": "49",
                "8": "49",
                "9": "49",
                "10": "49",
                "11": "45",
                "12": "38",
                "13": "39",
                "14": "44",
                "15": "39",
                "16": "33",
                "17": "39",
                "18": "33",
                "19": "35",
                "20": "34",
                "21": "35",
                "22": "35",
                "23": "32",
                "24": "27"
            },
            "340000": {
                "3": "50",
                "4": "50",
                "5": "49",
                "6": "49",
                "7": "49",
                "8": "49",
                "9": "49",
                "10": "49",
                "11": "45",
                "12": "38",
                "13": "39",
                "14": "44",
                "15": "39",
                "16": "33",
                "17": "39",
                "18": "33",
                "19": "34",
                "20": "35",
                "21": "34",
                "22": "34",
                "23": "32",
                "24": "27"
            },
            "350000": {
                "3": "50",
                "4": "50",
                "5": "49",
                "6": "49",
                "7": "49",
                "8": "49",
                "9": "49",
                "10": "49",
                "11": "45",
                "12": "38",
                "13": "39",
                "14": "44",
                "15": "39",
                "16": "33",
                "17": "39",
                "18": "33",
                "19": "34",
                "20": "34",
                "21": "34",
                "22": "34",
                "23": "32",
                "24": "27"
            },
            "360000": {
                "3": "50",
                "4": "50",
                "5": "49",
                "6": "49",
                "7": "49",
                "8": "49",
                "9": "49",
                "10": "49",
                "11": "45",
                "12": "38",
                "13": "39",
                "14": "44",
                "15": "39",
                "16": "33",
                "17": "39",
                "18": "33",
                "19": "34",
                "20": "35",
                "21": "35",
                "22": "35",
                "23": "32",
                "24": "27"
            },
            "370000": {
                "3": "48",
                "4": "48",
                "5": "48",
                "6": "47",
                "7": "47",
                "8": "47",
                "9": "47",
                "10": "47",
                "11": "45",
                "12": "38",
                "13": "38",
                "14": "41",
                "15": "39",
                "16": "33",
                "17": "32",
                "18": "32",
                "19": "32",
                "20": "32",
                "21": "30",
                "22": "30",
                "23": "28",
                "24": "27"
            },
            "380000": {
                "3": "48",
                "4": "48",
                "5": "48",
                "6": "47",
                "7": "47",
                "8": "47",
                "9": "47",
                "10": "47",
                "11": "45",
                "12": "38",
                "13": "38",
                "14": "41",
                "15": "39",
                "16": "33",
                "17": "32",
                "18": "32",
                "19": "32",
                "20": "32",
                "21": "30",
                "22": "30",
                "23": "28",
                "24": "27"
            },
            "390000": {
                "3": "48",
                "4": "48",
                "5": "48",
                "6": "47",
                "7": "47",
                "8": "47",
                "9": "47",
                "10": "47",
                "11": "45",
                "12": "38",
                "13": "38",
                "14": "41",
                "15": "39",
                "16": "33",
                "17": "32",
                "18": "32",
                "19": "32",
                "20": "32",
                "21": "30",
                "22": "30",
                "23": "28",
                "24": "27"
            },
            "400000": {
                "3": "48",
                "4": "48",
                "5": "48",
                "6": "47",
                "7": "47",
                "8": "47",
                "9": "47",
                "10": "47",
                "11": "45",
                "12": "38",
                "13": "38",
                "14": "41",
                "15": "39",
                "16": "33",
                "17": "32",
                "18": "32",
                "19": "32",
                "20": "32",
                "21": "30",
                "22": "30",
                "23": "28",
                "24": "27"
            }
        }
    }
}

/price/commission

curl -X GET "{{domain}}/api/v1/price/commission"
GET %7B%7Bdomain%7D%7D/api/v1/price/commission HTTP/1.1
Host: 
Status200 OK
Servernginx/1.20.1
DateThu, 02 Sep 2021 11:22:09 GMT
Content-Typeapplication/json
Transfer-Encodingchunked
Connectionkeep-alive
X-Powered-ByPHP/8.0.10
ExpiresThu, 19 Nov 1981 08:52:00 GMT
Cache-Controlno-store, no-cache, must-revalidate
Pragmano-cache
{
    "data": {
        "dayList": [
            "9",
            "10",
            "11",
            "12",
            "13",
            "14",
            "15",
            "16",
            "17",
            "18",
            "19",
            "20",
            "21",
            "22",
            "23",
            "24",
            "25",
            "26",
            "27",
            "28",
            "29",
            "30"
        ],
        "amountList": [
            "10000",
            "11000",
            "12000",
            "13000",
            "14000",
            "15000",
            "16000",
            "17000",
            "18000",
            "19000",
            "20000",
            "21000",
            "22000",
            "23000",
            "24000",
            "25000",
            "26000",
            "27000",
            "28000",
            "29000",
            "30000",
            "31000",
            "32000",
            "33000",
            "34000",
            "35000",
            "36000",
            "37000",
            "38000",
            "39000",
            "40000",
            "41000",
            "42000",
            "43000",
            "44000",
            "45000",
            "46000",
            "47000",
            "48000",
            "49000",
            "50000",
            "51000",
            "52000",
            "53000",
            "54000",
            "55000",
            "56000",
            "57000",
            "58000",
            "59000",
            "60000"
        ],
        "priceList": {
            "9": {
                "10000": "10900",
                "11000": "12000",
                "12000": "13100",
                "13000": "14200",
                "14000": "15300",
                "15000": "16400",
                "16000": "17500",
                "17000": "18500",
                "18000": "19600",
                "19000": "20700",
                "20000": "21800",
                "21000": "22900",
                "22000": "24000",
                "23000": "25100",
                "24000": "26200",
                "25000": "27300",
                "26000": "28400",
                "27000": "29500",
                "28000": "30500",
                "29000": "31600",
                "30000": "32700",
                "31000": "33800",
                "32000": "34900",
                "33000": "36000",
                "34000": "37100",
                "35000": "38200",
                "36000": "39300",
                "37000": "40400",
                "38000": "41500",
                "39000": "42500",
                "40000": "43600",
                "41000": "44700",
                "42000": "45800",
                "43000": "46900",
                "44000": "48000",
                "45000": "49100",
                "46000": "50200",
                "47000": "51300",
                "48000": "52400",
                "49000": "53400",
                "50000": "54500",
                "51000": "55600",
                "52000": "56700",
                "53000": "57800",
                "54000": "58900",
                "55000": "60000",
                "56000": "61100",
                "57000": "62200",
                "58000": "63300",
                "59000": "64400",
                "60000": "65400"
            },
            "10": {
                "10000": "11000",
                "11000": "12100",
                "12000": "13200",
                "13000": "14200",
                "14000": "15300",
                "15000": "16400",
                "16000": "17500",
                "17000": "18600",
                "18000": "19700",
                "19000": "20800",
                "20000": "21900",
                "21000": "23000",
                "22000": "24100",
                "23000": "25200",
                "24000": "26300",
                "25000": "27400",
                "26000": "28500",
                "27000": "29600",
                "28000": "30700",
                "29000": "31800",
                "30000": "32900",
                "31000": "34000",
                "32000": "35100",
                "33000": "36200",
                "34000": "37300",
                "35000": "38400",
                "36000": "39500",
                "37000": "40600",
                "38000": "41600",
                "39000": "42700",
                "40000": "43800",
                "41000": "44900",
                "42000": "46000",
                "43000": "47100",
                "44000": "48200",
                "45000": "49300",
                "46000": "50400",
                "47000": "51500",
                "48000": "52600",
                "49000": "53700",
                "50000": "54800",
                "51000": "55900",
                "52000": "57000",
                "53000": "58100",
                "54000": "59200",
                "55000": "60300",
                "56000": "61400",
                "57000": "62500",
                "58000": "63600",
                "59000": "64700",
                "60000": "65800"
            },
            "11": {
                "10000": "11000",
                "11000": "12100",
                "12000": "13200",
                "13000": "14300",
                "14000": "15400",
                "15000": "16500",
                "16000": "17600",
                "17000": "18700",
                "18000": "19800",
                "19000": "20900",
                "20000": "22000",
                "21000": "23100",
                "22000": "24200",
                "23000": "25300",
                "24000": "26400",
                "25000": "27500",
                "26000": "28600",
                "27000": "29700",
                "28000": "30800",
                "29000": "31900",
                "30000": "33000",
                "31000": "34100",
                "32000": "35200",
                "33000": "36300",
                "34000": "37400",
                "35000": "38500",
                "36000": "39600",
                "37000": "40700",
                "38000": "41800",
                "39000": "42900",
                "40000": "44000",
                "41000": "45100",
                "42000": "46300",
                "43000": "47400",
                "44000": "48500",
                "45000": "49600",
                "46000": "50700",
                "47000": "51800",
                "48000": "52900",
                "49000": "54000",
                "50000": "55100",
                "51000": "56200",
                "52000": "57300",
                "53000": "58400",
                "54000": "59500",
                "55000": "60600",
                "56000": "61700",
                "57000": "62800",
                "58000": "63900",
                "59000": "65000",
                "60000": "66100"
            },
            "12": {
                "10000": "11100",
                "11000": "12200",
                "12000": "13300",
                "13000": "14400",
                "14000": "15500",
                "15000": "16600",
                "16000": "17700",
                "17000": "18800",
                "18000": "19900",
                "19000": "21000",
                "20000": "22100",
                "21000": "23200",
                "22000": "24300",
                "23000": "25400",
                "24000": "26600",
                "25000": "27700",
                "26000": "28800",
                "27000": "29900",
                "28000": "31000",
                "29000": "32100",
                "30000": "33200",
                "31000": "34300",
                "32000": "35400",
                "33000": "36500",
                "34000": "37600",
                "35000": "38700",
                "36000": "39800",
                "37000": "40900",
                "38000": "42000",
                "39000": "43100",
                "40000": "44300",
                "41000": "45400",
                "42000": "46500",
                "43000": "47600",
                "44000": "48700",
                "45000": "49800",
                "46000": "50900",
                "47000": "52000",
                "48000": "53100",
                "49000": "54200",
                "50000": "55300",
                "51000": "56400",
                "52000": "57500",
                "53000": "58600",
                "54000": "59700",
                "55000": "60900",
                "56000": "62000",
                "57000": "63100",
                "58000": "64200",
                "59000": "65300",
                "60000": "66400"
            },
            "13": {
                "10000": "11100",
                "11000": "12200",
                "12000": "13300",
                "13000": "14500",
                "14000": "15600",
                "15000": "16700",
                "16000": "17800",
                "17000": "18900",
                "18000": "20000",
                "19000": "21100",
                "20000": "22200",
                "21000": "23300",
                "22000": "24500",
                "23000": "25600",
                "24000": "26700",
                "25000": "27800",
                "26000": "28900",
                "27000": "30000",
                "28000": "31100",
                "29000": "32200",
                "30000": "33300",
                "31000": "34500",
                "32000": "35600",
                "33000": "36700",
                "34000": "37800",
                "35000": "38900",
                "36000": "40000",
                "37000": "41100",
                "38000": "42200",
                "39000": "43400",
                "40000": "44500",
                "41000": "45600",
                "42000": "46700",
                "43000": "47800",
                "44000": "48900",
                "45000": "50000",
                "46000": "51100",
                "47000": "52200",
                "48000": "53400",
                "49000": "54500",
                "50000": "55600",
                "51000": "56700",
                "52000": "57800",
                "53000": "58900",
                "54000": "60000",
                "55000": "61100",
                "56000": "62200",
                "57000": "63400",
                "58000": "64500",
                "59000": "65600",
                "60000": "66700"
            },
            "14": {
                "10000": "11200",
                "11000": "12300",
                "12000": "13400",
                "13000": "14500",
                "14000": "15600",
                "15000": "16800",
                "16000": "17900",
                "17000": "19000",
                "18000": "20100",
                "19000": "21200",
                "20000": "22300",
                "21000": "23500",
                "22000": "24600",
                "23000": "25700",
                "24000": "26800",
                "25000": "27900",
                "26000": "29000",
                "27000": "30200",
                "28000": "31300",
                "29000": "32400",
                "30000": "33500",
                "31000": "34600",
                "32000": "35700",
                "33000": "36900",
                "34000": "38000",
                "35000": "39100",
                "36000": "40200",
                "37000": "41300",
                "38000": "42400",
                "39000": "43600",
                "40000": "44700",
                "41000": "45800",
                "42000": "46900",
                "43000": "48000",
                "44000": "49100",
                "45000": "50300",
                "46000": "51400",
                "47000": "52500",
                "48000": "53600",
                "49000": "54700",
                "50000": "55800",
                "51000": "57000",
                "52000": "58100",
                "53000": "59200",
                "54000": "60300",
                "55000": "61400",
                "56000": "62500",
                "57000": "63700",
                "58000": "64800",
                "59000": "65900",
                "60000": "67000"
            },
            "15": {
                "10000": "11200",
                "11000": "12300",
                "12000": "13500",
                "13000": "14600",
                "14000": "15700",
                "15000": "16800",
                "16000": "18000",
                "17000": "19100",
                "18000": "20200",
                "19000": "21300",
                "20000": "22400",
                "21000": "23600",
                "22000": "24700",
                "23000": "25800",
                "24000": "26900",
                "25000": "28100",
                "26000": "29200",
                "27000": "30300",
                "28000": "31400",
                "29000": "32500",
                "30000": "33700",
                "31000": "34800",
                "32000": "35900",
                "33000": "37000",
                "34000": "38100",
                "35000": "39300",
                "36000": "40400",
                "37000": "41500",
                "38000": "42600",
                "39000": "43800",
                "40000": "44900",
                "41000": "46000",
                "42000": "47100",
                "43000": "48200",
                "44000": "49400",
                "45000": "50500",
                "46000": "51600",
                "47000": "52700",
                "48000": "53900",
                "49000": "55000",
                "50000": "56100",
                "51000": "57200",
                "52000": "58300",
                "53000": "59500",
                "54000": "60600",
                "55000": "61700",
                "56000": "62800",
                "57000": "64000",
                "58000": "65100",
                "59000": "66200",
                "60000": "67300"
            },
            "16": {
                "10000": "11300",
                "11000": "12400",
                "12000": "13500",
                "13000": "14700",
                "14000": "15800",
                "15000": "16900",
                "16000": "18000",
                "17000": "19200",
                "18000": "20300",
                "19000": "21400",
                "20000": "22500",
                "21000": "23700",
                "22000": "24800",
                "23000": "25900",
                "24000": "27100",
                "25000": "28200",
                "26000": "29300",
                "27000": "30400",
                "28000": "31600",
                "29000": "32700",
                "30000": "33800",
                "31000": "34900",
                "32000": "36100",
                "33000": "37200",
                "34000": "38300",
                "35000": "39500",
                "36000": "40600",
                "37000": "41700",
                "38000": "42800",
                "39000": "44000",
                "40000": "45100",
                "41000": "46200",
                "42000": "47300",
                "43000": "48500",
                "44000": "49600",
                "45000": "50700",
                "46000": "51900",
                "47000": "53000",
                "48000": "54100",
                "49000": "55200",
                "50000": "56400",
                "51000": "57500",
                "52000": "58600",
                "53000": "59700",
                "54000": "60900",
                "55000": "62000",
                "56000": "63100",
                "57000": "64300",
                "58000": "65400",
                "59000": "66500",
                "60000": "67600"
            },
            "17": {
                "10000": "11300",
                "11000": "12500",
                "12000": "13600",
                "13000": "14700",
                "14000": "15900",
                "15000": "17000",
                "16000": "18100",
                "17000": "19300",
                "18000": "20400",
                "19000": "21500",
                "20000": "22600",
                "21000": "23800",
                "22000": "24900",
                "23000": "26000",
                "24000": "27200",
                "25000": "28300",
                "26000": "29400",
                "27000": "30600",
                "28000": "31700",
                "29000": "32800",
                "30000": "34000",
                "31000": "35100",
                "32000": "36200",
                "33000": "37400",
                "34000": "38500",
                "35000": "39600",
                "36000": "40800",
                "37000": "41900",
                "38000": "43000",
                "39000": "44200",
                "40000": "45300",
                "41000": "46400",
                "42000": "47600",
                "43000": "48700",
                "44000": "49800",
                "45000": "51000",
                "46000": "52100",
                "47000": "53200",
                "48000": "54400",
                "49000": "55500",
                "50000": "56600",
                "51000": "57800",
                "52000": "58900",
                "53000": "60000",
                "54000": "61100",
                "55000": "62300",
                "56000": "63400",
                "57000": "64500",
                "58000": "65700",
                "59000": "66800",
                "60000": "67900"
            },
            "18": {
                "10000": "11400",
                "11000": "12500",
                "12000": "13700",
                "13000": "14800",
                "14000": "15900",
                "15000": "17100",
                "16000": "18200",
                "17000": "19300",
                "18000": "20500",
                "19000": "21600",
                "20000": "22800",
                "21000": "23900",
                "22000": "25000",
                "23000": "26200",
                "24000": "27300",
                "25000": "28400",
                "26000": "29600",
                "27000": "30700",
                "28000": "31900",
                "29000": "33000",
                "30000": "34100",
                "31000": "35300",
                "32000": "36400",
                "33000": "37500",
                "34000": "38700",
                "35000": "39800",
                "36000": "41000",
                "37000": "42100",
                "38000": "43200",
                "39000": "44400",
                "40000": "45500",
                "41000": "46600",
                "42000": "47800",
                "43000": "48900",
                "44000": "50100",
                "45000": "51200",
                "46000": "52300",
                "47000": "53500",
                "48000": "54600",
                "49000": "55700",
                "50000": "56900",
                "51000": "58000",
                "52000": "59200",
                "53000": "60300",
                "54000": "61400",
                "55000": "62600",
                "56000": "63700",
                "57000": "64800",
                "58000": "66000",
                "59000": "67100",
                "60000": "68300"
            },
            "19": {
                "10000": "11400",
                "11000": "12600",
                "12000": "13700",
                "13000": "14900",
                "14000": "16000",
                "15000": "17100",
                "16000": "18300",
                "17000": "19400",
                "18000": "20600",
                "19000": "21700",
                "20000": "22900",
                "21000": "24000",
                "22000": "25100",
                "23000": "26300",
                "24000": "27400",
                "25000": "28600",
                "26000": "29700",
                "27000": "30900",
                "28000": "32000",
                "29000": "33100",
                "30000": "34300",
                "31000": "35400",
                "32000": "36600",
                "33000": "37700",
                "34000": "38900",
                "35000": "40000",
                "36000": "41100",
                "37000": "42300",
                "38000": "43400",
                "39000": "44600",
                "40000": "45700",
                "41000": "46900",
                "42000": "48000",
                "43000": "49100",
                "44000": "50300",
                "45000": "51400",
                "46000": "52600",
                "47000": "53700",
                "48000": "54900",
                "49000": "56000",
                "50000": "57100",
                "51000": "58300",
                "52000": "59400",
                "53000": "60600",
                "54000": "61700",
                "55000": "62900",
                "56000": "64000",
                "57000": "65100",
                "58000": "66300",
                "59000": "67400",
                "60000": "68600"
            },
            "20": {
                "10000": "11500",
                "11000": "12600",
                "12000": "13800",
                "13000": "14900",
                "14000": "16100",
                "15000": "17200",
                "16000": "18400",
                "17000": "19500",
                "18000": "20700",
                "19000": "21800",
                "20000": "23000",
                "21000": "24100",
                "22000": "25300",
                "23000": "26400",
                "24000": "27600",
                "25000": "28700",
                "26000": "29800",
                "27000": "31000",
                "28000": "32100",
                "29000": "33300",
                "30000": "34400",
                "31000": "35600",
                "32000": "36700",
                "33000": "37900",
                "34000": "39000",
                "35000": "40200",
                "36000": "41300",
                "37000": "42500",
                "38000": "43600",
                "39000": "44800",
                "40000": "45900",
                "41000": "47100",
                "42000": "48200",
                "43000": "49400",
                "44000": "50500",
                "45000": "51700",
                "46000": "52800",
                "47000": "54000",
                "48000": "55100",
                "49000": "56300",
                "50000": "57400",
                "51000": "58500",
                "52000": "59700",
                "53000": "60800",
                "54000": "62000",
                "55000": "63100",
                "56000": "64300",
                "57000": "65400",
                "58000": "66600",
                "59000": "67700",
                "60000": "68900"
            },
            "21": {
                "10000": "11500",
                "11000": "12700",
                "12000": "13800",
                "13000": "15000",
                "14000": "16100",
                "15000": "17300",
                "16000": "18500",
                "17000": "19600",
                "18000": "20800",
                "19000": "21900",
                "20000": "23100",
                "21000": "24200",
                "22000": "25400",
                "23000": "26500",
                "24000": "27700",
                "25000": "28800",
                "26000": "30000",
                "27000": "31100",
                "28000": "32300",
                "29000": "33400",
                "30000": "34600",
                "31000": "35700",
                "32000": "36900",
                "33000": "38100",
                "34000": "39200",
                "35000": "40400",
                "36000": "41500",
                "37000": "42700",
                "38000": "43800",
                "39000": "45000",
                "40000": "46100",
                "41000": "47300",
                "42000": "48400",
                "43000": "49600",
                "44000": "50700",
                "45000": "51900",
                "46000": "53000",
                "47000": "54200",
                "48000": "55400",
                "49000": "56500",
                "50000": "57700",
                "51000": "58800",
                "52000": "60000",
                "53000": "61100",
                "54000": "62300",
                "55000": "63400",
                "56000": "64600",
                "57000": "65700",
                "58000": "66900",
                "59000": "68000",
                "60000": "69200"
            },
            "22": {
                "10000": "11600",
                "11000": "12700",
                "12000": "13900",
                "13000": "15100",
                "14000": "16200",
                "15000": "17400",
                "16000": "18500",
                "17000": "19700",
                "18000": "20900",
                "19000": "22000",
                "20000": "23200",
                "21000": "24300",
                "22000": "25500",
                "23000": "26600",
                "24000": "27800",
                "25000": "29000",
                "26000": "30100",
                "27000": "31300",
                "28000": "32400",
                "29000": "33600",
                "30000": "34800",
                "31000": "35900",
                "32000": "37100",
                "33000": "38200",
                "34000": "39400",
                "35000": "40500",
                "36000": "41700",
                "37000": "42900",
                "38000": "44000",
                "39000": "45200",
                "40000": "46300",
                "41000": "47500",
                "42000": "48700",
                "43000": "49800",
                "44000": "51000",
                "45000": "52100",
                "46000": "53300",
                "47000": "54400",
                "48000": "55600",
                "49000": "56800",
                "50000": "57900",
                "51000": "59100",
                "52000": "60200",
                "53000": "61400",
                "54000": "62600",
                "55000": "63700",
                "56000": "64900",
                "57000": "66000",
                "58000": "67200",
                "59000": "68300",
                "60000": "69500"
            },
            "23": {
                "10000": "11600",
                "11000": "12800",
                "12000": "14000",
                "13000": "15100",
                "14000": "16300",
                "15000": "17500",
                "16000": "18600",
                "17000": "19800",
                "18000": "20900",
                "19000": "22100",
                "20000": "23300",
                "21000": "24400",
                "22000": "25600",
                "23000": "26800",
                "24000": "27900",
                "25000": "29100",
                "26000": "30300",
                "27000": "31400",
                "28000": "32600",
                "29000": "33700",
                "30000": "34900",
                "31000": "36100",
                "32000": "37200",
                "33000": "38400",
                "34000": "39600",
                "35000": "40700",
                "36000": "41900",
                "37000": "43100",
                "38000": "44200",
                "39000": "45400",
                "40000": "46500",
                "41000": "47700",
                "42000": "48900",
                "43000": "50000",
                "44000": "51200",
                "45000": "52400",
                "46000": "53500",
                "47000": "54700",
                "48000": "55900",
                "49000": "57000",
                "50000": "58200",
                "51000": "59300",
                "52000": "60500",
                "53000": "61700",
                "54000": "62800",
                "55000": "64000",
                "56000": "65200",
                "57000": "66300",
                "58000": "67500",
                "59000": "68700",
                "60000": "69800"
            },
            "24": {
                "10000": "11700",
                "11000": "12900",
                "12000": "14000",
                "13000": "15200",
                "14000": "16400",
                "15000": "17500",
                "16000": "18700",
                "17000": "19900",
                "18000": "21000",
                "19000": "22200",
                "20000": "23400",
                "21000": "24500",
                "22000": "25700",
                "23000": "26900",
                "24000": "28100",
                "25000": "29200",
                "26000": "30400",
                "27000": "31600",
                "28000": "32700",
                "29000": "33900",
                "30000": "35100",
                "31000": "36200",
                "32000": "37400",
                "33000": "38600",
                "34000": "39700",
                "35000": "40900",
                "36000": "42100",
                "37000": "43200",
                "38000": "44400",
                "39000": "45600",
                "40000": "46800",
                "41000": "47900",
                "42000": "49100",
                "43000": "50300",
                "44000": "51400",
                "45000": "52600",
                "46000": "53800",
                "47000": "54900",
                "48000": "56100",
                "49000": "57300",
                "50000": "58400",
                "51000": "59600",
                "52000": "60800",
                "53000": "61900",
                "54000": "63100",
                "55000": "64300",
                "56000": "65500",
                "57000": "66600",
                "58000": "67800",
                "59000": "69000",
                "60000": "70100"
            },
            "25": {
                "10000": "11700",
                "11000": "12900",
                "12000": "14100",
                "13000": "15300",
                "14000": "16400",
                "15000": "17600",
                "16000": "18800",
                "17000": "20000",
                "18000": "21100",
                "19000": "22300",
                "20000": "23500",
                "21000": "24700",
                "22000": "25800",
                "23000": "27000",
                "24000": "28200",
                "25000": "29400",
                "26000": "30500",
                "27000": "31700",
                "28000": "32900",
                "29000": "34000",
                "30000": "35200",
                "31000": "36400",
                "32000": "37600",
                "33000": "38700",
                "34000": "39900",
                "35000": "41100",
                "36000": "42300",
                "37000": "43400",
                "38000": "44600",
                "39000": "45800",
                "40000": "47000",
                "41000": "48100",
                "42000": "49300",
                "43000": "50500",
                "44000": "51700",
                "45000": "52800",
                "46000": "54000",
                "47000": "55200",
                "48000": "56400",
                "49000": "57500",
                "50000": "58700",
                "51000": "59900",
                "52000": "61000",
                "53000": "62200",
                "54000": "63400",
                "55000": "64600",
                "56000": "65700",
                "57000": "66900",
                "58000": "68100",
                "59000": "69300",
                "60000": "70400"
            },
            "26": {
                "10000": "11800",
                "11000": "13000",
                "12000": "14200",
                "13000": "15300",
                "14000": "16500",
                "15000": "17700",
                "16000": "18900",
                "17000": "20000",
                "18000": "21200",
                "19000": "22400",
                "20000": "23600",
                "21000": "24800",
                "22000": "25900",
                "23000": "27100",
                "24000": "28300",
                "25000": "29500",
                "26000": "30700",
                "27000": "31800",
                "28000": "33000",
                "29000": "34200",
                "30000": "35400",
                "31000": "36600",
                "32000": "37700",
                "33000": "38900",
                "34000": "40100",
                "35000": "41300",
                "36000": "42500",
                "37000": "43600",
                "38000": "44800",
                "39000": "46000",
                "40000": "47200",
                "41000": "48300",
                "42000": "49500",
                "43000": "50700",
                "44000": "51900",
                "45000": "53100",
                "46000": "54200",
                "47000": "55400",
                "48000": "56600",
                "49000": "57800",
                "50000": "59000",
                "51000": "60100",
                "52000": "61300",
                "53000": "62500",
                "54000": "63700",
                "55000": "64900",
                "56000": "66000",
                "57000": "67200",
                "58000": "68400",
                "59000": "69600",
                "60000": "70800"
            },
            "27": {
                "10000": "11800",
                "11000": "13000",
                "12000": "14200",
                "13000": "15400",
                "14000": "16600",
                "15000": "17800",
                "16000": "19000",
                "17000": "20100",
                "18000": "21300",
                "19000": "22500",
                "20000": "23700",
                "21000": "24900",
                "22000": "26100",
                "23000": "27200",
                "24000": "28400",
                "25000": "29600",
                "26000": "30800",
                "27000": "32000",
                "28000": "33200",
                "29000": "34300",
                "30000": "35500",
                "31000": "36700",
                "32000": "37900",
                "33000": "39100",
                "34000": "40300",
                "35000": "41500",
                "36000": "42600",
                "37000": "43800",
                "38000": "45000",
                "39000": "46200",
                "40000": "47400",
                "41000": "48600",
                "42000": "49700",
                "43000": "50900",
                "44000": "52100",
                "45000": "53300",
                "46000": "54500",
                "47000": "55700",
                "48000": "56900",
                "49000": "58000",
                "50000": "59200",
                "51000": "60400",
                "52000": "61600",
                "53000": "62800",
                "54000": "64000",
                "55000": "65100",
                "56000": "66300",
                "57000": "67500",
                "58000": "68700",
                "59000": "69900",
                "60000": "71100"
            },
            "28": {
                "10000": "11900",
                "11000": "13100",
                "12000": "14300",
                "13000": "15500",
                "14000": "16700",
                "15000": "17800",
                "16000": "19000",
                "17000": "20200",
                "18000": "21400",
                "19000": "22600",
                "20000": "23800",
                "21000": "25000",
                "22000": "26200",
                "23000": "27400",
                "24000": "28600",
                "25000": "29700",
                "26000": "30900",
                "27000": "32100",
                "28000": "33300",
                "29000": "34500",
                "30000": "35700",
                "31000": "36900",
                "32000": "38100",
                "33000": "39300",
                "34000": "40400",
                "35000": "41600",
                "36000": "42800",
                "37000": "44000",
                "38000": "45200",
                "39000": "46400",
                "40000": "47600",
                "41000": "48800",
                "42000": "50000",
                "43000": "51200",
                "44000": "52300",
                "45000": "53500",
                "46000": "54700",
                "47000": "55900",
                "48000": "57100",
                "49000": "58300",
                "50000": "59500",
                "51000": "60700",
                "52000": "61900",
                "53000": "63000",
                "54000": "64200",
                "55000": "65400",
                "56000": "66600",
                "57000": "67800",
                "58000": "69000",
                "59000": "70200",
                "60000": "71400"
            },
            "29": {
                "10000": "11900",
                "11000": "13100",
                "12000": "14300",
                "13000": "15500",
                "14000": "16700",
                "15000": "17900",
                "16000": "19100",
                "17000": "20300",
                "18000": "21500",
                "19000": "22700",
                "20000": "23900",
                "21000": "25100",
                "22000": "26300",
                "23000": "27500",
                "24000": "28700",
                "25000": "29900",
                "26000": "31100",
                "27000": "32300",
                "28000": "33500",
                "29000": "34600",
                "30000": "35800",
                "31000": "37000",
                "32000": "38200",
                "33000": "39400",
                "34000": "40600",
                "35000": "41800",
                "36000": "43000",
                "37000": "44200",
                "38000": "45400",
                "39000": "46600",
                "40000": "47800",
                "41000": "49000",
                "42000": "50200",
                "43000": "51400",
                "44000": "52600",
                "45000": "53800",
                "46000": "55000",
                "47000": "56200",
                "48000": "57400",
                "49000": "58500",
                "50000": "59700",
                "51000": "60900",
                "52000": "62100",
                "53000": "63300",
                "54000": "64500",
                "55000": "65700",
                "56000": "66900",
                "57000": "68100",
                "58000": "69300",
                "59000": "70500",
                "60000": "71700"
            },
            "30": {
                "10000": "12000",
                "11000": "13200",
                "12000": "14400",
                "13000": "15600",
                "14000": "16800",
                "15000": "18000",
                "16000": "19200",
                "17000": "20400",
                "18000": "21600",
                "19000": "22800",
                "20000": "24000",
                "21000": "25200",
                "22000": "26400",
                "23000": "27600",
                "24000": "28800",
                "25000": "30000",
                "26000": "31200",
                "27000": "32400",
                "28000": "33600",
                "29000": "34800",
                "30000": "36000",
                "31000": "37200",
                "32000": "38400",
                "33000": "39600",
                "34000": "40800",
                "35000": "42000",
                "36000": "43200",
                "37000": "44400",
                "38000": "45600",
                "39000": "46800",
                "40000": "48000",
                "41000": "49200",
                "42000": "50400",
                "43000": "51600",
                "44000": "52800",
                "45000": "54000",
                "46000": "55200",
                "47000": "56400",
                "48000": "57600",
                "49000": "58800",
                "50000": "60000",
                "51000": "61200",
                "52000": "62400",
                "53000": "63600",
                "54000": "64800",
                "55000": "66000",
                "56000": "67200",
                "57000": "68400",
                "58000": "69600",
                "59000": "70800",
                "60000": "72000"
            }
        },
        "limits": {
            "amount": {
                "1": 60000,
                "2": 0,
                "3": 0,
                "4": 0,
                "5": 0,
                "6": 0,
                "7": 0,
                "8": 0,
                "9": 0,
                "10": 0,
                "11": 0,
                "12": 0,
                "13": 0,
                "14": 0,
                "15": 0,
                "16": 0,
                "17": 0
            },
            "days": {
                "1": "30",
                "2": "0",
                "3": "0",
                "4": "0",
                "5": "0",
                "6": "0",
                "7": "0",
                "8": "0",
                "9": "0",
                "10": "0",
                "11": "0",
                "12": "0",
                "13": "0",
                "14": "0",
                "15": "0",
                "16": "0",
                "17": "0"
            }
        },
        "minAmount": 0
    }
}

/price/extension

curl -X GET "{{domain}}/api/v1/price/extension"
GET %7B%7Bdomain%7D%7D/api/v1/price/extension HTTP/1.1
Host: 
Status200 OK
Servernginx/1.20.1
DateThu, 02 Sep 2021 11:22:34 GMT
Content-Typeapplication/json
Transfer-Encodingchunked
Connectionkeep-alive
X-Powered-ByPHP/8.0.10
ExpiresThu, 19 Nov 1981 08:52:00 GMT
Cache-Controlno-store, no-cache, must-revalidate
Pragmano-cache
{
    "data": {
        "dayList": [
            "7",
            "14",
            "30"
        ],
        "amountList": [
            "10000",
            "11000",
            "12000",
            "13000",
            "14000",
            "15000",
            "16000",
            "17000",
            "18000",
            "19000",
            "20000",
            "21000",
            "22000",
            "23000",
            "24000",
            "25000",
            "26000",
            "27000",
            "28000",
            "29000",
            "30000",
            "31000",
            "32000",
            "33000",
            "34000",
            "35000",
            "36000",
            "37000",
            "38000",
            "39000",
            "40000",
            "41000",
            "42000",
            "43000",
            "44000",
            "45000",
            "46000",
            "47000",
            "48000",
            "49000",
            "50000",
            "51000",
            "52000",
            "53000",
            "54000",
            "55000",
            "56000",
            "57000",
            "58000",
            "59000",
            "60000"
        ],
        "priceList": {
            "7": {
                "10000": "1000",
                "11000": "1100",
                "12000": "1200",
                "13000": "1300",
                "14000": "1400",
                "15000": "1500",
                "16000": "1600",
                "17000": "1700",
                "18000": "1800",
                "19000": "1900",
                "20000": "2000",
                "21000": "2100",
                "22000": "2200",
                "23000": "2300",
                "24000": "2400",
                "25000": "2500",
                "26000": "2600",
                "27000": "2700",
                "28000": "2800",
                "29000": "2900",
                "30000": "3000",
                "31000": "3100",
                "32000": "3200",
                "33000": "3300",
                "34000": "3400",
                "35000": "3500",
                "36000": "3600",
                "37000": "3700",
                "38000": "3800",
                "39000": "3900",
                "40000": "4000",
                "41000": "4100",
                "42000": "4200",
                "43000": "4300",
                "44000": "4400",
                "45000": "4500",
                "46000": "4600",
                "47000": "4700",
                "48000": "4800",
                "49000": "4900",
                "50000": "5000",
                "51000": "5100",
                "52000": "5200",
                "53000": "5300",
                "54000": "5400",
                "55000": "5500",
                "56000": "5600",
                "57000": "5700",
                "58000": "5800",
                "59000": "5900",
                "60000": "6000"
            },
            "14": {
                "10000": "2000",
                "11000": "2200",
                "12000": "2400",
                "13000": "2600",
                "14000": "2800",
                "15000": "3000",
                "16000": "3200",
                "17000": "3400",
                "18000": "3600",
                "19000": "3800",
                "20000": "4000",
                "21000": "4200",
                "22000": "4400",
                "23000": "4600",
                "24000": "4800",
                "25000": "5000",
                "26000": "5200",
                "27000": "5400",
                "28000": "5600",
                "29000": "5800",
                "30000": "6000",
                "31000": "6200",
                "32000": "6400",
                "33000": "6600",
                "34000": "6800",
                "35000": "7000",
                "36000": "7200",
                "37000": "7400",
                "38000": "7600",
                "39000": "7800",
                "40000": "8000",
                "41000": "8200",
                "42000": "8400",
                "43000": "8600",
                "44000": "8800",
                "45000": "9000",
                "46000": "9200",
                "47000": "9400",
                "48000": "9600",
                "49000": "9800",
                "50000": "10000",
                "51000": "10200",
                "52000": "10400",
                "53000": "10600",
                "54000": "10800",
                "55000": "11000",
                "56000": "11200",
                "57000": "11400",
                "58000": "11600",
                "59000": "11800",
                "60000": "12000"
            },
            "30": {
                "10000": "3000",
                "11000": "3300",
                "12000": "3600",
                "13000": "3900",
                "14000": "4200",
                "15000": "4500",
                "16000": "4800",
                "17000": "5100",
                "18000": "5400",
                "19000": "5700",
                "20000": "6000",
                "21000": "6300",
                "22000": "6600",
                "23000": "6900",
                "24000": "7200",
                "25000": "7500",
                "26000": "7800",
                "27000": "8100",
                "28000": "8400",
                "29000": "8700",
                "30000": "9000",
                "31000": "9300",
                "32000": "9600",
                "33000": "9900",
                "34000": "10200",
                "35000": "10500",
                "36000": "10800",
                "37000": "11100",
                "38000": "11400",
                "39000": "11700",
                "40000": "12000",
                "41000": "12300",
                "42000": "12600",
                "43000": "12900",
                "44000": "13200",
                "45000": "13500",
                "46000": "13800",
                "47000": "14100",
                "48000": "14400",
                "49000": "14700",
                "50000": "15000",
                "51000": "15300",
                "52000": "15600",
                "53000": "15900",
                "54000": "16200",
                "55000": "16500",
                "56000": "16800",
                "57000": "17100",
                "58000": "17400",
                "59000": "17700",
                "60000": "18000"
            }
        },
        "limits": {
            "amount": {
                "1": 0,
                "2": 0,
                "3": 0,
                "4": 0,
                "5": 0,
                "6": 0,
                "7": 0,
                "8": 0,
                "9": 0,
                "10": 0,
                "11": 0,
                "12": 0,
                "13": 0,
                "14": 0,
                "15": 0,
                "16": 0,
                "17": 0
            },
            "days": {
                "1": "0",
                "2": "0",
                "3": "0",
                "4": "0",
                "5": "0",
                "6": "0",
                "7": "0",
                "8": "0",
                "9": "0",
                "10": "0",
                "11": "0",
                "12": "0",
                "13": "0",
                "14": "0",
                "15": "0",
                "16": "0",
                "17": "0"
            }
        },
        "minAmount": "0"
    }
}

/price/slider

curl -X GET "{{domain}}/api/v1/price/slider"
GET %7B%7Bdomain%7D%7D/api/v1/price/slider HTTP/1.1
Host: 

/price/installmentLoanGenerator

curl -X GET "{{domain}}/api/v1/price/slider"
GET %7B%7Bdomain%7D%7D/api/v1/price/slider HTTP/1.1
Host: 

/price/generate

curl -X GET "{{domain}}/api/v1/price/generate?type=installment"
GET %7B%7Bdomain%7D%7D/api/v1/price/generate?type=installment HTTP/1.1
Host: 

Config Endpoints

/config

curl -X GET "{{domain}}/api/v1/config/123"
GET %7B%7Bdomain%7D%7D/api/v1/config/123 HTTP/1.1
Host: 
Status200 OK
Servernginx/1.20.1
DateFri, 29 Oct 2021 10:43:41 GMT
Content-Typeapplication/json
Transfer-Encodingchunked
Connectionkeep-alive
X-Powered-ByPHP/8.0.11
ExpiresThu, 19 Nov 1981 08:52:00 GMT
Cache-Controlno-store, no-cache, must-revalidate
Pragmano-cache
{
    "data": {
        "class": "ProjectSliderSetupManager",
        "method": "sliderSetUpParams"
    }
}

/listElements

curl -X GET "{{domain}}/api/v1/config/listElements/city"
GET %7B%7Bdomain%7D%7D/api/v1/config/listElements/city HTTP/1.1
Host: 
Status200 OK
Servernginx/1.20.1
DateFri, 29 Oct 2021 10:43:19 GMT
Content-Typeapplication/json
Transfer-Encodingchunked
Connectionkeep-alive
X-Powered-ByPHP/8.0.11
ExpiresThu, 19 Nov 1981 08:52:00 GMT
Cache-Controlno-store, no-cache, must-revalidate
Pragmano-cache
{
    "data": [
        {
            "id": 12,
            "value": "Kingville",
            "order": 0
        },
        {
            "id": 13,
            "value": "Helenastad",
            "order": 2
        },
        {
            "id": 14,
            "value": "North Margarita",
            "order": 4
        },
        {
            "id": 15,
            "value": "Jazminfurt",
            "order": 6
        },
        {
            "id": 16,
            "value": "Marionfort",
            "order": 8
        },
        {
            "id": 17,
            "value": "Tromphaven",
            "order": 10
        }
    ]
}

Page Endpoints

/page/{url}

curl -X GET "{{domain}}/api/v1/config/123"
GET %7B%7Bdomain%7D%7D/api/v1/config/123 HTTP/1.1
Host: 

Changelog

TODO

  • Added agreement endpoints
  • Added schedule endpoints
  • Updated loan endpoints
  • Updated user endpoints