Login
| API | Description |
|---|---|
| GET api/Login/Ping?message={message} |
Ping function to test connection |
| GET api/Login/SimLogin?phonenumber={phonenumber}&message={message} |
Start login process for SIM/Mobile certificate |
| GET api/Login/AppLogin?ssn={ssn}&message={message} |
Start login process for Audkenni App certificates |
| GET api/Login/EvrotrustLogin?phonenumber={phonenumber}&message={message} |
Start login process for Evrotrust App certificates |
| GET api/Login/PollLogin?loginid={loginid} |
Poll login from previous step |
Mandate
| API | Description |
|---|---|
| POST api/Mandate/Ping |
Ping service to test connection |
| POST api/Mandate/GetMandate |
Get a mandate from the system |
| POST api/Mandate/GetMandates |
Get mandates from the system with search criteria |
| POST api/Mandate/DeleteMandate |
Delete mandate from the system |
| POST api/Mandate/GetToken |
Get a token for authentication and submit |
| POST api/Mandate/GetSignetToken |
Get a token for signing mandate |
| POST api/Mandate/GetForm |
Get a mandate form from the system |
| POST api/Mandate/GetForms |
Get mandate forms from the system |
| POST api/Mandate/SaveMandate |
Save a mandate to the system |
| POST api/Mandate/SubmitMandate |
Submit a mandate (fill form) to the system |
Token
| API | Description |
|---|---|
| POST api/Token/GetMandate |
Get a mandate from the system |
| POST api/Token/GetMandates |
Get all valid mandates from the system for an authenticated user |
| POST api/Token/ValidateToken |
Validate token |
| POST api/Token/ValidateTokenDetailed |
Validate token detailed |
| POST api/Token/GetAuthenticationData |
Get authentication data |