Overview
Pre-built tooling
Pre-built integrations
Access requirements
Setup guide
Useful links
API gotchas
Pre-built tooling
✅ Read & write data
✅ Read & write data
✅ Observability & data quality
✅ Observability & data quality
✅ Customization
✅ Customization
Categories
Others
Access requirements
Setup guide
No setup guide yet.Contribute improvements to the setup guide by editing this page
Useful links
Contribute useful links by editing this page
API gotchas
- Discourse uses API_KEY authentication mode with
Api-Key: apiKeyandApi-Username: API Usernamein the request header to access different endpoints. Both keys can be obtained from the admin panel. - Since Nango automatically sets the
Accept: application/jsonheader, there is no need to include the.jsonsuffix in API endpoint URLs. For example, instead of sending a request to/categories.json, you can send it to/categories, and the JSON response will still be returned.
Contribute API gotchas by editing this page