Sample code in ASP.NET Core to test the Signicat Data Verification API.
This repository is for demo purposes only
For the complete integration guide, refer to the Data Verification documentation.
Before you begin, ensure that you have the following tools installed in your development machine:
Also, you need to create an API client (ID and secret) associated with your Signicat account. You can create your client credentials in the Signicat Dashboard.
- Clone or download the project.
- Replace the
<YOUR_CLIENT_ID>
and<YOUR_CLIENT_SECRET>
with actual values. - In a terminal, go to the
src
folder of this project and enter the commanddotnet run
.
After starting the sample application, navigate to http://localhost:7650 in your browser. You should view the response Signicat Data Verification Sample App.
.
In your browser, go to http://localhost:7650/organization/basic/no/no-brreg/989584022. This endpoint uses actual data from Brønnøysundregistrene (Norwegian business registry).
Learn more about Data Verification in the Signicat developer documentation.