Sign in

Authorize via OAuth

documented

Initiate the OAuth authorization flow to obtain an access token.

GET /api/2/oauth/authorizeAuthenticationno 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.stocktwits.com/api/2/oauth/authorize?client_id={{STOCKTWITS_API_KEY}}&redirect_uri={{$redirect_uri}}&response_type={{$response_type}}&scope={{$scope}}&state={{$state}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"