I can't for the life of me figure out where I'm going wrong with this. For public bins, the docs work:
curl -v\
-H "X-Master-key: <YOUR_API_KEY>" \
--request GET \
https://api.jsonbin.io/v3/b/<BIN_ID>/<BIN_VERSION | latest>
But for private bins, I always get this error. Is it a CORS issue? I'm attempting it from the terminal app on Mac. I had to shelve using JsonBin before due to this issue, and would be a little concerned to pay for a service that isn't working for me. All the routes would have to be public right now it seems.
Have tried refreshing the master key, no luck. The current formatting also fails for PUT with x-master-key and x-access-key too.
Thanks!
I can't for the life of me figure out where I'm going wrong with this. For public bins, the docs work:
But for private bins, I always get this error. Is it a CORS issue? I'm attempting it from the terminal app on Mac. I had to shelve using JsonBin before due to this issue, and would be a little concerned to pay for a service that isn't working for me. All the routes would have to be public right now it seems.
Have tried refreshing the master key, no luck. The current formatting also fails for
PUTwithx-master-keyandx-access-keytoo.Thanks!