API returning with 401 Uauthenticated Error

Hi There,

I am in the process of integrating Oxidized into LibreNMS and I have both installed and LibreNMS is working properly. However, when I create the API for Oxidized within LibreNMS and I go to test it via curl and RESTClient, I get a 401 Unauthenticated error message. I will post my validate output below. Please excuse my ignorance, I am extremely new to all of this.

librenms@CM:~$ ./validate.php

Component Version
LibreNMS 23.4.1-48-g7e8e11f09 (2023-04-28T10:13:55-05:00)
DB Schema 2023_04_12_174529_modify_ports_table (250)
PHP 8.1.2-1ubuntu2.11
Python 3.10.6
Database MariaDB 10.6.12-MariaDB-0ubuntu0.22.04.1
RRDTool 1.7.2
SNMP 5.9.1
===========================================

[OK] Composer Version: 2.5.5
[OK] Dependencies up-to-date.
[OK] Database connection successful
[OK] Database Schema is current
[OK] SQL Server meets minimum requirements
[OK] lower_case_table_names is enabled
[OK] MySQL engine is optimal
[OK] Database and column collations are correct
[OK] Database schema correct
[OK] MySQl and PHP time match
[OK] Active pollers found
[OK] Dispatcher Service is enabled
[OK] Locks are functional
[OK] Python wrapper cron entry is not present
[OK] Redis is unavailable
[OK] rrd_dir is writable
[OK] rrdtool version ok

Are you trying to use the Oxidized API within LibreNMS to pull in config or the otherway and feed Oxidized with LibreNMS devices?