Register a device in batch

Guys, if I have 1000 devices to register, what would be a nice and easy way to do it in batch (if exists) instead of doing it manually ? Is it possible to create a way to register devices using a file or something like ?

Best regards

Andre

You could set it up fairly easily using the gRPC or REST APIs, running through your file in a loop:

https://www.chirpstack.io/application-server/api/

1 Like

Hi Conway ! Thanks a lot for your help!