Device tokens not listed in ui within device

Hi,

I am working on creating devices via the server API so we can bulk provision devices.

I have authenticated, created a device and created a device token for a HTTP device. I can then send data using the device token. I can also get and delete tokens, however, there is no reference to the same tokens within the thinger ui. Should there be?

If I click on the device and go to callback or settings, there is nothing there that matches tokens created via the api. If I create an Authorization token in the ui under callback, I don’t get that from my Get request through the api or if I generate credentials from the settings tab. It seems like the tokens created via the api are separated. TIA