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

a.wunderlist.com/api/v1/users?list_id=XYZ returns http error 500 thrown by rails server ![wunderlist](https://cloud.githubusercontent.com/assets/8194525/11755616/e211e4ec-a053-11e5-90e4-74d8bdb982ae.PNG)

Just a quick note: On the folder docs: https://developer.wunderlist.com/documentation/endpoints/folder "Updating a folder by overwriting properties" says it requires parameters, but that doesn't work for me. Instead, including the request with...

In the Delete Folder call, the revision is required to be a string, whereas throughout the rest of the API it is an int. I presume this is a bug?...

https://developer.wunderlist.com/documentation/endpoints/webhooks ``` Create a Webhook POST a.wunderlist.com/api/v1/webhoooks ``` There are three o's there (caused me three hours of pain:)

Hi, i implemented wunderlist api with php and everythings work fine. Excepting the response time when loading tasks or list or any action to get data from api it take...

Hey, I am using your api to connect my android app users. the problem is i want to deeplink them back to my app once auth is done but redirect...

On sending invalid token, getting error 400 "BadRequest". Is it supposed to be so? Also, what is lifetime for token and what kind of error i should expect on try...

I am unable to get user of a list (who already accepted),with this call(Fetch the users this user can access iam querying with listid) Iam geeting internal server error -...

Hello, im using your API in my application and i have got an issue. All the API commands work fine, except the one with DELETE. After exactly 3 deletes, im...