System Information
- Strapi Version: 3.4.5
- Operating System: Ubuntu 18.04.3 LTS
- Database: SQLite
- Node Version: 14.15.4
- NPM Version: 6.14.10
- Yarn Version: 1.22.10
No, currently the Admin Panel only uses REST. GraphQL is only for user endpoints
Can I access the administrative REST API externally?
I have an application where the user registers, I need to create a Strapi account for that user automatically.
Yup you can access them but currently they aren’t documented so it might take a little digging for now
I am also looking for that feature.
I created a client and I want to allow users to register and start managing their content.
I can create users via the API with a custom author role, but I can’t find a way to let them log in via the API. I guess that is possible only for admin users.?