Digipoort
OpenAPI V2
Retrieve the latest status overview of an delivered XBRL report at Digipoort.
Authorizations
Header parameters
x-api-versionstringRequired
ApplicationNameanyOptional
Name of the application to integrates with API’s to Semansys.Next.
PartnerNameanyOptional
Contract owner (organization) name that have embedded the API’s.
PartnerIDanyOptional
Business Identification Number (BIN) of the contract owner (organization) to embeds the API’s.
CustomerNameanyOptional
Customer (organization) name (ie. accounting firm, intermediary, ....).
CustomerIDanyOptional
Business Identification Number (BIN) of the customer.
ClientNameanyOptional
Client (organization) name of the customer of the accounting firm, intermediary...
ClientIDanyOptional
Business Identification Number (BIN) of the client.
Body
identifierstring | nullableOptionalExample:
The ID of the delivered XBRL instance.
a06d0542-2...
certificateIdstring | nullableOptionalExample:
The ID of the certificate.
https://api-certp...
Responses
200
OK
application/json
400
Bad Request
application/json
401
Unauthorized
post
POST /status/digipoort HTTP/1.1
Host:
Authorization: Bearer JWT
x-api-version: text
Content-Type: application/json
Accept: */*
Content-Length: 69
{
"identifier": "a06d0542-2...",
"certificateId": "https://api-certp..."
}
{
"getStatussenProcesResponse": {
"getStatussenProcesReturn": [
{
"kenmerk": "text",
"identiteitBelanghebbende": {
"nummer": "58589163",
"type": "kvk"
},
"statuscode": "text",
"tijdstempelStatus": "2025-07-17T15:51:58.027Z",
"statusomschrijving": "text",
"statusFoutcode": {
"foutcode": "text",
"foutbeschrijving": "text"
},
"statusdetails": "text"
}
]
},
"errorMessage": "text",
"errorCode": "text"
}
Was this helpful?