06-27-2022 09:59 AM
Is there a way to know when a serviceTicket will expire or how long it is valid for?
Looking at the docs: https://docs.ruckuswireless.com/smartzone/5.2.2/vsze-public-api-reference-guide-522.html#header-comm...
There's nothing under the /v9_1/serviceTicket endpoint that says how long it's valid for. Does the API expect that it be used only a short time? Or should a new ticket be obtained prior to any other request to avoid receiving a 201 error?
Solved! Go to Solution.
06-27-2022 06:01 PM - edited 06-27-2022 06:02 PM
Hi @Dordt ,
Once a serviceTicket is generated, it is generally valid for 24 hours, by using the same serviceTicket you can run multiple API query.
It is recommended to delete an existing serviceTicket if you are planning to generate another serviceTicket.
Vijay Kuniyal