Pages ยท TomatoPHP
๐ APIs
you can show the APIs Endpoints here
you can activate this feature or stop it from the config file and use your own routes or your own controllers.
to make this endpoint work fine you need to add a custom gruid inside /config/auth.php to be like this
php
Auth Endpoints
POST /login
document (1).json
POST /register
document (1).json
POST /reset
document (1).json
POST /resend
document (1).json
POST /otp
document (1).json
POST /otp-check
document (1).json
POST /password
document (1).json
Profile Endpoints
GET /profile
document (1).json
POST /profile
document (1).json
POST /profile/password
document (1).json
DELETE /profile/destroy
document (1).json
POST /profile/logout
document (1).json