1π
β
My workflow is correct, except that I only need to do it once. I can store the access_token and the datacenter (keyβdc) in my database and use it for future calls.
Although I still donβt know exactly what was causing my problem, I now know that it was not related to this workflow. Itβs correct.
π€Seth
0π
I think the Endpoint in the client library is βhttp://.api.mailchimp.comβ so you need to send the token as only access token as per this part from documentation:
api_endpoint β this is http://.api.mailchimp.com. If you donβt
have a datacenter aware wrapper, use this api endpoint and the
access_token as your API Key.
- [Answer]-Nginx only partially serves static files for django app
- [Answer]-Is jQuery passing the correct variable to my Django view?
- [Answer]-In a Django web application, would large files or many unnecessary import statements slow down my server?
- [Answer]-Modelform choices keyword as function with changing data
- [Answer]-Django pre-populated form that updates record on submit
Source:stackexchange.com