Hey,
I'm unsure where to post api related issues at the moment. I've also created an issue on the python sdk on github.
there is currently an issue with organizations which don't have api access enabled.
If you make requests to such an organization you will receive a 404 Not Found with this message:
{
"errors": [ "To make requests you must first enable API access via https://XXXX.meraki.com/o/XXXXX/manage/organization/edit" ]
}
which results in an exception on the sdk.
There are 2 problems here:
1. it will break most scripts, because of the exception
2. the developers can't see the issue until it occurs as there isn't an "apiEnabled" value in the result of getOrganizations
Please see github for further details