Certificate
OpenAPI V2
Gives the list of certificates owned by the user defined by the user email.
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.
GET /customer-corner/certificate?userEmail=text HTTP/1.1
Host:
Authorization: Bearer JWT
x-api-version: text
Accept: */*
[
{
"id": "https://portal...",
"userId": "[email protected]",
"name": "My first certificate",
"dbName": "My first db certificate name",
"type": "Digipoort"
}
]
Upload certificate to the platform in .pfx or .p12 format.
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.
B63E7C115FA...
My password
My first certificate
[email protected]
Digipoort
POST /customer-corner/certificate HTTP/1.1
Host:
Authorization: Bearer JWT
x-api-version: text
Content-Type: application/json
Accept: */*
Content-Length: 131
{
"content": "B63E7C115FA...",
"password": "My password",
"name": "My first certificate",
"userEmail": "[email protected]",
"type": "Digipoort"
}
Your data has been processed successfully
Delete certificate from the platform.
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.
DELETE /customer-corner/certificate HTTP/1.1
Host:
Authorization: Bearer JWT
x-api-version: text
Content-Type: application/json
Accept: */*
Content-Length: 106
"http://www.nltaxonomie.nl/nt18/kvk/20231213/entrypoints/kvk-rpt-jaarverantwoording-2023-nlgaap-micro.xsd"
No content
Was this helpful?