Sign in

Authorize for User OAuth

documented

Redirect users to Product Hunt to authorize access and receive an authorization code.

GET /v2/oauth/authorizeOAuthno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.producthunt.com/v2/oauth/authorize?client_id={{$client_id}}&redirect_uri={{$redirect_uri}}&response_type={{$response_type}}&scope={{$scope}}" \
  -H "Accept: text/html" \
  -H "Host: api.producthunt.com"