Api rest V4 problem

Hello,
I am new with chirpstack, and We are using V4 version and just intall the rest api following the documentation, and everything is fine, We can reach api webpage with port 8090

and the we get and api token in the webpage of our Chirpstack server

so if we try to make a request for example:

http://172.20.3.76:8090/“here the api key or toke that we got on the previous step”/api/applications

We get 404 page not found

the configuration in /etc/chirpstack-rest-api/environment is:

and configuration in /etc/chirpstack/chirpstack.toml is:

Why are we getting the 404 page not found error? Thank you

Do a search, the api key goes in the request header its not part of the url.

for reference.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.