<< Click to Display Table of Contents >> Authentication |
|
Before any other call to the server can be made, an authorization token is required.
Using basic authentication with user credentials an authorization token can be acquired :
To retrieve an authorization token the software house identification and the user credentials have to be posted.
A successful call of the authentication method will return an access token, valid for 10 minutes.
It is also possible to use an OAuth token.
Either of the above mentioned options will result in a token that can be used to:
• | Get Dossiers to retrieve a list of dossiers you have access to. |
• | Connect Dossier to retrieve a Dossiertoken for the dossier you want to work on. |