SBR Nexus

OpenAPI V2

Retrieve the status of a delivered XBRL report at SBR Nexus.

post

Retrieve the latest status overview of an delivered XBRL report at SBR Nexus.

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 | nullableOptional

The ID of the delivered XBRL instance

Example: BTP-210...
certificateIdstring | nullableOptional

When not provided the default system certificate will be used.

Example: https://api-certp...
idOfSupplierstring | nullableOptional

Mandatory when "System certificate" is used.

Example: 8525...
Responses
200
OK
application/json
post
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-07-17T15:27:47.744Z",
        "statusomschrijving": "text",
        "statusFoutcode": {
          "foutType": {
            "foutcode": "text",
            "foutbeschrijving": "text"
          }
        },
        "statusdetails": "text"
      }
    ]
  },
  "errorMessage": "text",
  "errorCode": "text"
}

Was this helpful?