How to make an API call to Ruckus One
Ruckus One uses JSON Web Tokens (JWT) to secure all endpoints.POST method is used to obtain a jwt.The API response to POST call includes tenantId and token.Token is valid for 60 minutes.POSTMAN:Postman is the tool used in this example to make an API...