<< Click to Display Table of Contents >> Navigation: API documentation (ENG) > Dossiertoken |
Since the rest api is sessionless and stateless, every request to the server needs to be authorized somehow.
Therefore Octopus uses a so-called Dossiertoken.
To retrieve a Dossiertoken the previously retrieved Authentication token must be posted, together with the Dossier Id of the dossier you want to work on.
See https://service.inaras.be/octopus-rest-api/swagger/#/Dossiers/connectDossier
The Dossiertoken is valid for 10 minutes and is a required parameter for all method calls (except of course the authentication method and the get Dossiers method).