| API | Protocol | Base URL | Docs | Reference | OpenAPI | SDKs |
|---|---|---|---|---|---|---|
| Main | rest | https://api.prodpad.com/v1/ | link | — | — | — |
Actions (5)
Ideas · 4
- Create ideaPOST /ideas
Create a new idea.
documented - Get ideaGET /ideas/{id}
Retrieve details for a specific idea by ID.
documented - List ideasGET /ideas
Retrieve a list of ideas for the account; supports filtering via query parameters (e.g., tags).
documented - Update ideaPUT /ideas/{id}
Update fields on an existing idea.
documented