How to activate Legalsense integration

Last updated About 1 month ago

Provide auth_token and <yourinstallation> from the url (https://<yourinstallation>.legalsense.nl/api/v2/) to BI Book. Here is instructions how to retrieve the auth_token from Legalsense:

ref: Legalsense API (Webservices)

Example to retrieve an auth token:

curl --dump-header - -H "Content-Type: application/json" -X POST --data '{    "username": "",    "password": "",    "client": "" }' https://yourinstallation.legalsense.nl/api/v2/auth/login/

'Client' can be your own name, e.g. 'Name of Integration Partner'.

The return value is of the form:

{"auth_token":"<long string of hexadecimal digits>"}