Authentication (API Key Generate)
To access WeGoDoo's API, users must generate an API key. This key acts as a secure way to authenticate and access the WeGoDoo API.
Host : app.wegodoo.com
API Key Generation
To access WeGoDoo’s API, users must generate an API key from their WeGoDoo web app account. Follow these steps:
- Navigate to Settings -> API Keys in the WeGoDoo web app.
- Click on Create new secret key to generate a new API key.
- This secret key can be used for API access in third-party applications like Zapier, Make, or Pabbly Connect.
Related Articles
Get List API (Helper API)
This API retrieves the names and IDs of all lists associated with a user, including those shared with them. API URL https://app.wegodoo.com/ API Endpoint GET /api/v1/users/lists ## Important Notes: - All API requests must be made to this base URL ...
Create Task API
This API allows you to create a new task in a specified list. API URL https://app.wegodoo.com/ API Endpoint POST /api/v1/tasks ## Important Notes: - All API requests must be made to this base URL followed by the specific endpoint path - HTTPS ...
Status Check API
This API checks the operational status of the application to ensure it is running and accessible. It is particularly useful for debugging connectivity and server health issues. API URL https://app.wegodoo.com/ API Endpoint GET /api/v1/status ## ...
Add Task Comment API
This API allows you to add a comment to a specific task in a specified list. API URL https://app.wegodoo.com/ API Endpoint POST /api/v1/tasks/comments ## Important Notes: - All API requests must be made to this base URL followed by the specific ...
Complete Task API
This API allows you to mark a specific task as completed in a specified list. API URL https://app.wegodoo.com/ API Endpoint PATCH /api/v1/tasks/complete ## Important Notes: - All API requests must be made to this base URL followed by the specific ...