Authentication

APIDescription
POST authentication/token

This endpoint expects an HTTP POST request with Content-Type ‘application/json’ and in the body ‘{ "grant_type" : "client_credentials" }’.
Authorization happens by means of Authorization header. This has to be ‘Basic {EncodedCredentials}’, of which {EncodedCredentials} has to be the Base64-encoding of ‘{clientUser}:{clientPassword}’

Callback

APIDescription
POST AriadNext/CIS

No documentation available.

POST AriadNext/Onboarding

No documentation available.

Import

APIDescription
POST Dossier

This endpoint expects an HTTP POST request with the relevant information in Json format.
It creates a dossier for one client and adds it to the workflow.
Requires authentication with an OAuth2 token

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