Hi All,
I am building something in Excel to draw in data from Mailchimp, but I'm learning about APIs from scratch.
Just to dip my toe in the water I am trying to make my first API call, a simple ping. I just want to do this from a browser and see the response "Everything's Chimpy!"
https://[SERVER-LOCATION].api.mailchimp.com/3.0/ping
If I pop that in a browser - replacing [SERVER-LOCATION] with us4 I get:
{"type":"Errors Documentation | Mailchimp Developer","title":"API Key Invalid","status":401,"detail":"Your request did not include an API key.","instance":"8cc77e58-464f-ce8c-b852-c3aeef6a1183"}
So let's say my API key is "ABC123-us4" how can I amend what I put in the browser so it returns a successful ping? Ideal answers in simple URL form as below avoiding [generic square bracketed things]. Just use the ABC123-us4 exactly as it is. No VBA code at this stage, just a single URL.
I went for this and it didn't work:
Thanks so much for your help.
Tom
I am building something in Excel to draw in data from Mailchimp, but I'm learning about APIs from scratch.
Just to dip my toe in the water I am trying to make my first API call, a simple ping. I just want to do this from a browser and see the response "Everything's Chimpy!"
https://[SERVER-LOCATION].api.mailchimp.com/3.0/ping
If I pop that in a browser - replacing [SERVER-LOCATION] with us4 I get:
{"type":"Errors Documentation | Mailchimp Developer","title":"API Key Invalid","status":401,"detail":"Your request did not include an API key.","instance":"8cc77e58-464f-ce8c-b852-c3aeef6a1183"}
So let's say my API key is "ABC123-us4" how can I amend what I put in the browser so it returns a successful ping? Ideal answers in simple URL form as below avoiding [generic square bracketed things]. Just use the ABC123-us4 exactly as it is. No VBA code at this stage, just a single URL.
I went for this and it didn't work:
Thanks so much for your help.
Tom