Learn how to integrate with Listee's API to programmatically manage your tasks.
Beta Status: The Listee API is currently in beta. Features and endpoints may change without prior notice during this phase.
Plan Requirements: API access is available exclusively to Plus and Pro plan subscribers. Pro plan subscribers receive access to additional endpoints and higher rate limits.
All API requests require authentication using an API key:
Authorization: Bearer YOUR_API_KEY
You can obtain an API key from your Listee account settings if you are subscribed to a Plus or Pro plan.
All API requests should be made to:
https://listee.in/api/v1
GET /categoriesPOST /categoriesGET /categories/{categoryId}PUT /categories/{categoryId}DELETE /categories/{categoryId}GET /categories/{categoryId}/tasksPOST /categories/{categoryId}/tasksPUT /categories/{categoryId}/tasks/{taskId}DELETE /categories/{categoryId}/tasks/{taskId}PUT /categories/{categoryId}/tasks/{taskId}/statusPUT /categories/{categoryId}/tasks/reorderPOST /categories/{categoryId}/tasks/bulk-deletePOST /categories/{categoryId}/tasks/bulk-uncheckPOST /tasks/moveThe API uses rate limiting to ensure service stability. Exceeding limits results in 429 Too Many Requests responses.
For detailed API documentation including request/response examples and error handling, please visit our API Reference.
Need help with the API? Contact our developer support team at listee@gen-ltd.jp.