cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
305
Views
0
Helpful
1
Replies

How do use the t0 parameter when using the Get client meraki api

smeyer1
Community Member

I am trying to pull the clients that where seen the day before. When i specify t0 , the call returns 400 Bad Header. here is the example URI i am trying to use https://api.meraki.com/api/v1/networks/#############/clients?t0=2026-04-13T05:00:00.000000Z&timespan=86400&perPage=1000&vlan=667

 

Any help would be greatly appreciated.

 

 

1 Reply 1

aleabrahao
Meraki Community All-Star
Meraki Community All-Star

Try something like this:

 

https://api.meraki.com/api/v1/networks/NETWORK_ID/clients?t0=2026-04-13T00:00:00Z&t1=2026-04-13T23:59:59Z&perPage=1000&vlan=667

I am not a Cisco employee. My suggestions are based on documentation of Meraki best practices and day-to-day experience.

Please, if this post was useful, leave your kudos and mark it as solved.