@abhishek-yadav I found it under Settings -> API access.
Thanks for checking 🙂
I want to integrate nodebb with another app running python tornado. How do I get started?
We maintain a public read-only API on the client-side. NodeBB itself uses it to render pages. Give it a shot here, for this page: https://community.nodebb.org/api/topic/1793/is-there-any-python-api-for-nodebb
Prepending /api
to all pages will show the corresponding API route for it.
^thank you! I will try and see...