Get Audit Logs API returns UnsupportedApiVersion

Is default your org name

yes, for example I can access the orchestrators with

https://uipath.mycompany.com/default/DefaultTenant/orchestrator_/

so “default” is the orgname and “DefaultTenant” is the tenantName

Also if I use any other “orgName” i’ll get a 302 Moved instead .

ideally tenant is not needed as you need audit details at org level and tenant is below that

https://uipath.xxxx.com/default/audit_/api/auditlogs/?language=en&top=2&skip=2&sortBy=createdOn&sortOrder=asc

give exactly the same error 400 Bad Request

{
    "error": {
        "code": "UnsupportedApiVersion",
        "message": "The HTTP resource that matches the request URI 'http://uipath.int.tele2.com/api/auditlogs/' is not supported.",
        "innerError": null
    }
}