cancel
Showing results for 
Search instead for 
Did you mean: 

Ruckus Cloud API - Authentication Using JWT

ganesh_balarama
RUCKUS Team Member

Ruckus Cloud has now started to use JSON Web Tokens (JWT) to secure all endpoints. Previously Ruckus Cloud used a cookie with an API key for authentication in evey API call.

•POST /token is used to obtain a jwt.
•The response includes the tenantId and the token. The API-KEY field will always be null.
•The token expires after 60 minutes

ganesh_balarama_0-1682945338799.png

When using Postman, subsequent API calls must use the Bearer Token authorization, using the jwt obtained previously.
In the below example, the jwt is saved in the {{JWT}} variable.

ganesh_balarama_1-1682945841740.png

In Order to save the JWT as token, Create a new Environment and update the JWT token in initial value and current value. 

ganesh_balarama_2-1682945958191.png

1 REPLY 1