Laraship

⌘K
  1. Home
  2. Docs
  3. Laraship
  4. Laraship API

Laraship API

The API documentation is available at postman with different examples on how to call the API.

Laraship is empowering Laravel passport for Authentication, so API calls that require authentication will need “Authorization” header key with the token value retrieved from the Auth Login API call. You can do so by sending a HEADER property of “Authorization” with a corresponding value of “Bearer” followed by a space and the access_token you just generated above.

for more details about Laravel Passport, you can refer to Laravel documentation

Click here to view Laraship API Documentation