Data
Authentication
| API | Description |
|---|---|
| POST authentication/token |
This endpoint expects an HTTP POST request with Content-Type ‘application/json’ and in the body ‘{ "grant_type" : "client_credentials" }’. |
Callback
| API | Description |
|---|---|
| POST AriadNext/CIS |
No documentation available. |
| POST AriadNext/Onboarding |
No documentation available. |
| POST IdNow/IdNow |
No documentation available. |
Import
| API | Description |
|---|---|
| POST Dossier |
This endpoint expects an HTTP POST request with the relevant information in Json format. |
| POST Direct/Dossier?BatchID={BatchID} |
No documentation available. |
| GET Direct/StatusUpdate?ClientID={ClientID}&DossierID={DossierID}&StatusID={StatusID}&Message={Message} |
No documentation available. |
| GET Direct/BatchStatusUpdate?ClientID={ClientID}&BatchID={BatchID}&StatusID={StatusID}&Message={Message}&DossiersStatusID={DossiersStatusID} |
No documentation available. |
| GET Direct/RelaunchDossier?ClientID={ClientID}&DossierID={DossierID}&FormId={FormId}&EmailContent={EmailContent} |
No documentation available. |
| POST Direct/BulkDossier?BatchID={BatchID} |
No documentation available. |
| POST Test/Dossier |
This endpoint expects an HTTP POST request with the relevant information in Json format. It creates a testdossier for one client. Requires authentication with an OAuth2 token |
| POST Form |
This endpoint expects an HTTP POST request with the relevant information in Json format. It creates a new webform with the given specifications. Requires authentication with an OAuth2 token |
Account
| API | Description |
|---|---|
| POST api/Account?UserName={UserName}&Password={Password} |
No documentation available. |
| PUT api/Account?UserName={UserName}&Password={Password} |
No documentation available. |