Endpoints

Current endpoints available in the Insolventiemonitor.nl API.

All Relations

GET https://api.insolventiemonitor.nl/api/v1/dev/relations

This endpoint allows you to get a list of all relations

Headers

Name
Type
Description

X-API-Key

string

Api key

    "message": "Succesfully fetched relations",
    "response": [
        {
            "ID": "831c17e8-1f85-40a2-8548-9872c86f8fe1",
            "CreatedAt": "2021-03-01T19:39:16.68947Z",
            "UpdatedAt": "2021-04-28T11:27:14.582229Z",
            "DeletedAt": null,
            "CompanyName": "Jouwkabel.nl B.V.",
            "CocNumber": "63893436",
            "VatNumber": "",
            "VatCheckDate": null,
            "TrackResults": null,
            "LastInsolvencyCheck": "2021-03-01T20:30:09.797955Z",
            "InsolventieRecords": null,
            "LastPublicationsCheck": "2021-04-26T22:27:17.431973Z",
            "KvkPublicatiesRercords": null,
            "LastLocationsCheck": "2021-04-26T19:43:34.164195Z",
            "KvkVestigingen": null
        }
    ],
    "succesfull": true
}

Get Relation

GET https://api.insolventiemonitor.nl/api/v1/dev/relation/:uuid

Select a specific relation with the underlaying dataset.

Query Parameters

Name
Type
Description

uuid

string

uuid of specific relation

Headers

Name
Type
Description

X-API-Key

string

Api key

Create new relation

POST https://api.insolventiemonitor.nl/api/v1/dev/relations

Headers

Name
Type
Description

Content-Type

string

application/json

X-API-Key

string

Api Key

Request Body

Name
Type
Description

VATnumber

string

VAT number such as NL00000000

COCnumber

string

Chamber of Commerce number

CompanyName

string

Name of your relation

Last updated