Pre-Configured APIs
Stack Exchange
API configuration: stackexchange
Features
Features | Status |
---|---|
Auth (OAuth) | ✅ |
Sync data | ✅ |
Perform workflows | ✅ |
Proxy requests | ✅ |
Receive webhooks | 🚫 (time to contribute: <48h) |
We can implement missing features in <48h, just ask for it in the community.
Getting started
- Register your OAuth app here
- Stack Exchange API docs
- Stack Exchange OAuth scopes
- Web API docs (their REST API)
Need help getting started? Get help in the community.
API gotchas
- By default, access tokens expire (and cannot be refreshed). To get an access token that does not expire, pass the
no_expiry
scope (along with your other scopes). - Read the usage notes here: You need to pass an additional
key
parameter together with your access token to benefit from higher API quotas.
Add Getting Started links and Gotchas by editing this page