Onboarding

Integration Team

Documaster Integration Team is reachable at the dedicated Microsoft Teams channel for the partner. This is the team that would support you in your integration effort and can be contacted for any issues or questions related to the Documaster Noark5 APIs.

Setting up access

Documaster supports a set of integration environments that a developer can be granted access to. Depending on the specific project and use cases, the setup process on Documaster side includes the following steps:

  • client_id and client_secret, together with username and password for the integration user are setup on the integration servers and provided back to integration developers in a secure manner
  • Documaster Archive integration instance endpoint is provide back to integration developers
  • Any additional security measures required (VPN, 2-way TLS, etc.) coming as a specific requirement of the project are setup by Documaster team
  • At least one Fonds (Arkiv) with a single Series (Arkivdel) is setup, to which the developers have access to.
  • At least one classification system (primary) is also precreated as part of the integration
    • Details of the Fonds (Arkiv), Series (Arkivdel) and Classification System (Klassifikasjonssystem) are provided back to developers
  • Integration user is assigned a particular Documaster Archive access group, which restricts access to certain functionality

Having all the details above, you can try to aquire an access token.

If you would be using our Client SDKs, please take a look at the next section.

Client SDKs

If you are using the Raw HTTP approach, you can proceed to Authentication and Authorization section.

Authentication and Authorization