Skip to content

Latest commit

 

History

History

backend

Description

Astro Baltic Isikukood Verification

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Using the API

Submit a raw body POST request to the path /verify using JSON format.

Example:

{
    "isikukood": "<INSERT YOUR ISIKUKOOD HERE>"
}

Screen Shot 2021-12-06 at 1 46 26 AM