Login with API using Postman

Hello Everyone I'm Currently facing a problem with my filament project when I tried to access my application through API with Postman for login there is a get method. so please help me log in my application through Postman
3 Replies
awcodes
awcodes17mo ago
Filament doesn’t have any api routes. You’ll need to make your own api endpoints to do this kind of thing. Laravel comes with Sanctum by default, maybe start with those docs.
Grishma Patel
Grishma PatelOP16mo ago
@awcodes Thank you
IamJohnDev
IamJohnDev16mo ago
Filament
API Service by Rupadana - Filament
A simple API service for supporting Filament resources.

Did you find this page helpful?