SBR Nexus
OpenAPI V2
Retrieve the latest status overview of an delivered XBRL report at SBR Nexus.
Name of the application to integrates with API’s to Semansys.Next.
Contract owner (organization) name that have embedded the API’s.
Business Identification Number (BIN) of the contract owner (organization) to embeds the API’s.
Customer (organization) name (ie. accounting firm, intermediary, ....).
Business Identification Number (BIN) of the customer.
Client (organization) name of the customer of the accounting firm, intermediary...
Business Identification Number (BIN) of the client.
The ID of the delivered XBRL instance
BTP-210...
When not provided the default system certificate will be used.
https://api-certp...
Mandatory when "System certificate" is used.
8525...
OK
Bad Request
Unauthorized
POST /status/sbr-nexus HTTP/1.1
Host:
Authorization: Bearer JWT
x-api-version: text
Content-Type: application/json
Accept: */*
Content-Length: 91
{
"identifier": "BTP-210...",
"certificateId": "https://api-certp...",
"idOfSupplier": "8525..."
}
{
"getStatussenProcesResponse": {
"getStatussenProcesReturn": [
{
"kenmerk": "text",
"identiteitBelanghebbende": {
"nummer": "58589163",
"type": "kvk"
},
"statuscode": "text",
"tijdstempelStatus": "2025-09-16T00:17:17.878Z",
"statusomschrijving": "text",
"statusFoutcode": {
"foutType": {
"foutcode": "text",
"foutbeschrijving": "text"
}
},
"statusdetails": "text"
}
]
},
"errorMessage": "text",
"errorCode": "text"
}
Was this helpful?