Zammad - iDoit open 28 - API Integration

Hey guys,

I try to get the integration to work, but the authentication is not working…
The TTS integration worked fine!

When I look into the Zammad requests I see something like this:

## Request
"accept-encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3
accept: */*
user-agent: Zammad User Agent
host: localhost # changed
content-type: application/json; charset=utf-8
connection: close
content-length: 96

{
  "method":"cmdb.object_types",
  "params": { 
    "apikey": "changed"}
  "version": "2.0",
  "id":42"
}
## Answer
{
    "id": null,
    "jsonrpc": "2.0",
    "error": {
        "code": -32604,
        "message": "Authentication error : Setting 'api.authenticated-users-only' is enabled. Please provide valid user credentials by http basic auth or use an existing session id.",
        "data": null
    }
}

Please see also the configuration of the API in idoit.
image

Does anyone have some advice, would be very appreciated :slight_smile:

Zammad and iDoit are up2date

Kind regards

This topic was automatically closed after 360 days. New replies are no longer allowed.