Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi!I'm working with the Meraki API and realized I was rate limited. I know I'm allowed 5 calls/second/organization. But, for how long am I rate limited? I would have assumed I'm just rate limited for a second or so but I've been rate limited for a lo...
Not sending the content-type header is not a good idea. If you don't send it the post body is ignored, meaning the timestamp is ignored, so you get a snapshot from now instead of the timestamp you send.