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. |
Import
| API | Description |
|---|---|
| POST Dossier |
This endpoint expects an HTTP POST request with the relevant information in Json format. |
| 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 |