DataGardener API Docs
  1. Lending
DataGardener API Docs
  • Getting Started
    • Introduction
    • Guide
  • DataGardener API
    • Companies
      • Get company details.
      • Get company trading address.
      • Get company summary.
      • Get company previous name.
      • Get company industries.
      • Get company info by IS-8 industries
    • Financials
      • Get company statutory accounts.
      • Get company simplified accounts .
      • Get financial ratios details for a company.
    • Share Details
      • Get share details for a company.
    • Officers
      • Get officers details for a company.
    • Group Structures
      • Get group structure for a company.
    • Documents
      • Get document list for a company.
    • Directors
      • Get directors data for a company.
      • Get active directors data for a company.
    • Commentaries
      • Get Company Commentary .
    • Acquisition Merger
      • Get acquisition merger information for a company.
    • Lending
      • Get Charges Details
        GET
      • Get Outstanding Charges
        GET
      • Get Unsecured Charges
        GET
      • Get Secured Charges
        GET
      • Get Registered Charges Details
        GET
    • Persons with Significant Control(PSC)
      • Get psc details
    • County Court Judgment (CCJ)
      • Get ccj details by company number and status
    • WriteOff
      • Get WriteOff details
    • Property Register
      • Get property register details by title number
      • Get property register details
    • Government Procurement
      • Get government procurement details
    • International Trade
      • Get international trade details
    • Responsible Procurement
      • Get responsible procurement ownership details
      • Get responsible procurement mission spectrum details
    • Accounts and Bank Details
      • Get accounts and bank details
  1. Lending

Get Unsecured Charges

GET
/charges/unsecured
Retrieve comprehensive information about all unsecured charges against a company using its specific input i.e..
Allowed values for lendingTag: [unsecured lending, hire purchase and asset finance, leasing and operating lease, interest and financial charges, cash flow or payment commitments, current hire purchase commitments]. Input is case-insensitive. Page size allowed values: [10, 25, 50, 100].
This endpoint provides details such as charge codes, creation and satisfaction dates etc.

Request

Query Params

Header Params

Responses

🟢200Success
application/json
Body

🟠401Unauthorized
🟠403Forbidden
🟠404Record Not Found
🔴500Server Error
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.datagardener.com/charges/unsecured?lendingTag=unsecured lending&size=10&page=0' \
--header 'x-api-key;'
Response Response Example
200 - Success
{
  "companyRegistrationNumber": "string",
  "businessName": "string",
  "mortgages": [
    {
      "regDate": "string",
      "createdDate": "string",
      "satisfiedDate": "string",
      "lastChangeDate": "string",
      "memorandumNature": "string",
      "chargeCode": "string",
      "createdMonth": "string",
      "regMonth": "string",
      "invoice_finance": "string",
      "assets_finance_exists": true,
      "property_finance_exists": true,
      "mortgageDetails": [
        {
          "recordType": "string",
          "description": "string",
          "chargeCode": "string",
          "groupName": "string",
          "sector": "string",
          "tagName": [
            "string"
          ]
        }
      ]
    }
  ]
}
Previous
Get Outstanding Charges
Next
Get Secured Charges
Built with