is for generating an accesskey for a user. It takes as argument the username and password and it returns a json object which includes an accesskey. Most of the times, this endpoint is sufficient for generating access keys as it defaults to the Digizuite product.
URL : /ConnectService.js
Method : POST
Auth required : NO
...
Code : 200 OK
Content example
Code Block | ||
---|---|---|
| ||
Info | ||
{{ "success": "true", "items": [{ "accessKey": "2d8319f4-7a57-4ca0-a027-c44c2f259aac", "memberId": "23", "itemid": "3154", "languageId": "3" } ] } |
Error Response
Code : 200 OK
...