API package is located in /platform/packages
. It's using Laravel Passport. Learn more here: https://laravel.com/docs/6.x/passport
php artisan passport:install
We're using https://github.com/knuckleswtf/scribe to make API document. Run below command to generate docs.
php artisan scribe:generate
Go to http://your-domain/docs
to see API document.