
StackExchange is a public API providing q&a forum for developers.
All requests require an OAuth 2.0 access token exchanged from your client credentials.
Authorization: Bearer $ACCESS_TOKEN| Method | Path | Description |
|---|---|---|
| GET | https://api.stackexchange.com/ | Primary API endpoint. |
curl -X GET "https://api.stackexchange.com/" \ -H "Accept: application/json"