Hi everyone,
I try to get the client splash authorization status of a client in our network. We have some SSID with splash page authorization and want to get the expiration date.
I'm using python but
result = meraki.clients.get_network_client_splash_authorization_status(collect) fails with no result:
{'ssids': {}}
Everything else works fine, like get_network_client_usage_history() etc. with the same parameters
Is this a bug or am I doing something wrong?
Thanks 🙂
Solved! Go to Solution.
That endpoint is for click-through splash pages. Is your SSID set to click-through splash pages?
It is a Sign-on with 3rd party credentials
But still, I can see on the GUI how much time is left until the authorization will be revoked on each client.
That's what I need to get via API
Any update on this?