Skip to content

Sample code in ASP.NET Core to test the Signicat Data Verification API.

License

Notifications You must be signed in to change notification settings

signicat/sample-data-verification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Signicat Data Verification Code Example

Sample code in ASP.NET Core to test the Signicat Data Verification API.

This repository is for demo purposes only

Documentation

For the complete integration guide, refer to the Data Verification documentation.

Prerequisites

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.

Installation

  1. Clone or download the project.
  2. Replace the <YOUR_CLIENT_ID> and <YOUR_CLIENT_SECRET> with actual values.
  3. In a terminal, go to the src folder of this project and enter the command dotnet run.

Testing

After starting the sample application, navigate to http://localhost:7650 in your browser. You should view the response Signicat Data Verification Sample App..

Usage

Perform basic organisation lookup in Norway

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).

Next steps

Learn more about Data Verification in the Signicat developer documentation.

About

Sample code in ASP.NET Core to test the Signicat Data Verification API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages