'Which endpoint to use to retrieve end device metadata such as name in TheThingsStack

I'm attempting to use The Things Stack's API to retrieve end devices' names but I'm getting HTTP status code 404.

According to the EndDeviceRegistry documentation the endpoint to use is:

enter image description here

When invoking that endpoint it is not found:

enter image description here

But if I use the AsEndDeviceRegistry, that endpoint works fine:

enter image description here

What am I missing here?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source