api icon indicating copy to clipboard operation
api copied to clipboard

The Wunderlist API Documentation

Results 77 api issues
Sort by recently updated
recently updated
newest added

I try to use the patch request to complete my task and I get a response for task completion, but it doesn't update on the wunderlist app. I did about...

Web applications communicating with Wunderlist REST API is working on fewer and fewer browsers as the API doesn't implement [Cross-Origin Resource Sharing](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) (CORS). This is breaking my web-apps using the...

I'm integrating Wunderlist with my app via OAuth2. My question is how a user can revoke the authorization to his/her Wunderlist account. Also, when does the access_token expire? Thank you

I played around with webhooks for some time and created a small application which I deployed on heroku, everything worked liked expected. When I moved the application to my own...

Hello. Can any body help me through this. I have created a webhook for my list and I have checked its invoked on new task creation in that list and...

Hi there, i'm trying to use the upload api but couldnt get it worked. Can someone help me. My code looks now like this: `Set FILE=C:\Users\..\Documents\..\tmp\tmp.jpg Set CLIENT-ID=.. Set OAUTH-TOKEN=.....

After uploading all file chunks and marking the upload as finished, calls to create a file using the upload_id fail with a 404 (Not Found) error. Everything works fine when...

Sorry for the bad formatting as I am not a developer and have no idea how Github works. We had a third-party app built for Wunderlist. We can no longer...

Hi there, Are webhooks still working? I just POSTed a webhook on my list , with the exact payload as the documentation. When I GET, the result is [{"id":2992881,"url":"https://www.myurl.com","list_id":}]. So...

hi guys, i want post a request for create a task it's my code `access_token="MY TOKEN"` `client_ID= "My CID"` `h= {'X-Access-Token': access_token, 'Content-Type': 'application/json', 'X-Client-ID': client_ID}` `da = {'title': 'TEST...