Product Hunt
Product discovery and launch platform
| API | Protocol | Base URL | Docs | Reference | OpenAPI | SDKs |
|---|---|---|---|---|---|---|
| Main | graphql | https://api.producthunt.com/v2/api/graphql | link | — | — | — |
Actions (24)
Goals · 8
- Cheer a GoalPOST /v2/api/graphql
Cheer (like) a goal as the viewer.
documented - Create a GoalPOST /v2/api/graphql
Create a new goal for the viewer.
documented - List GoalsPOST /v2/api/graphql
Return a paginated list of goals with possible filters.
documented - Lookup a GoalPOST /v2/api/graphql
Fetch a goal by ID.
documented - Mark a Goal as CompletePOST /v2/api/graphql
Mark a goal as completed.
documented - Mark a Goal as IncompletePOST /v2/api/graphql
Mark a goal as not completed.
documented - Undo Cheer on a GoalPOST /v2/api/graphql
Remove a cheer from a goal.
documented - Update a GoalPOST /v2/api/graphql
Update fields on an existing goal (due date, title, project, group).
documented
Users · 5
- Follow a UserPOST /v2/api/graphql
Follow a user on behalf of the viewer.
documented - List User FollowersPOST /v2/api/graphql
List followers for a user (via user.followers field in the schema).
documented - Lookup Viewer (Current User)POST /v2/api/graphql
Fetch data about the currently authenticated user (Viewer).
documented - Lookup a UserPOST /v2/api/graphql
Fetch a user by ID or username.
documented - Unfollow a UserPOST /v2/api/graphql
Unfollow a user on behalf of the viewer.
documented