JWT Authentication/ Authorization

Good Day,
I’m kind of new to this and would like to know if anyone can offer any assistance.
Im trying to test the RESTful API using the following link: https://lora.cablelabs.com/api#/
Im using the following token: eyJhbGciOiJIUzI1NiJ9.eyJhdWQiOiJsb3JhLWFwcC1zZXJ2ZXIiLCJleHAiOjE1Mzc5NzA4NDUsImlzcyI6ImxvcmEtYXBwLXNlcnZlciIsIm5iZiI6MTUzNzg4NDQ0NSwic3ViIjoidXNlciIsInVzZXJuYW1lIjoiYWRtaW4ifQ.oa7R7Zg3KqL85KZpDPm4LEeEJIlFKTEH-obh07c8K0A
However I keep getting an error saying the token is invalid.
This might be a dumb question but do I need to have a LoRa App Server up and running to test out the RESTful API or can I use the link mentioned about and a valid Token and still see the capabilities?

Please see: https://forum.loraserver.io/search?q=using%20jwt%20token

You’ll find a couple of topics describing how to generate a valid JWT token to interact with the API. You could also contact CableLabs directly by e-mail for support in case needed :slight_smile:

1 Like