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

Is there any way to batch up a series of requests? Let's say I want to move 10 tasks from one list into another. Is there any way to do...

A common use case for end-user authentication in apps is establishing a single-request web server to receive the authentication token from the Wunderlist API authorization. For example, a developer might...

The documentation mentions that a revision is needed to delete a webhook. This webhook revision is not provided in the response of the GET webhook endpoint. Furthermore, the delete endpoint...

All of the below steps are done using API - Created a list - Created a folder and added 2 lists to it - Created a task within one of...

bug

HI Team, I am integrating my application with Wunderlist. I am getting 504 gateway time out error,when I request the api for getting lists.I am attaching the screenshot.Help us to...

When retrieving an access token using the oAuth2 process - what is the expiration period for the token. There is no returned value for an expected expiration duration or timestamp?

How would I rotate the client id and secret key and change ownership of an app that was registered by a different team member's account to another account?

GET https://a.wunderlist.com:443/api/v1/users?list_id=some_list_id return 500 Internal Server Error

I'm trying to figure out how to get the most typical set of tasks owned by or assigned to a user. That means all tasks in un-shared lists and tasks...

I get only the comments of not completed Tasks if i give the list_id in url-query. But i need all completed and not completed of the comments of this list...