diff --git a/docs/2.x/api/getting-started-with-the-api.md b/docs/2.x/api/getting-started-with-the-api.md index ad342f495..8302993c8 100644 --- a/docs/2.x/api/getting-started-with-the-api.md +++ b/docs/2.x/api/getting-started-with-the-api.md @@ -10,14 +10,7 @@ Bagisto REST API is a medium to use the features of the core Bagisto System. By Welcome to our API demo! Dive into the interactive showcase of our API functionalities to get a hands-on experience of how our platform works. Click the Link below to access the demo: -[Access API Demo](https://demo.bagisto.com/bagisto-api-demo-common) - -#### Click the Link below to access Admin OR Shop API documentation - -[Admin](https://demo.bagisto.com/bagisto-api-demo-common/api/admin/documentation) - -[Shop](https://demo.bagisto.com/bagisto-api-demo-common/api/shop/documentation) - +[Access REST API Demo](https://demo.bagisto.com/bagisto-api-demo/) #### Installation of REST API @@ -54,45 +47,3 @@ http://localhost/public/api/shop/documentation ~~~ * You can check the L5-Swagger guidelines too regarding the configuration the API documentation. - -- For admin login - -* To add Laravel Sanctum's API token to the Admin model follow the given path. - -~~~ -packages/Webkul/User/src/Models/Admin.php -~~~ - -~~~php -