-
Notifications
You must be signed in to change notification settings - Fork 853
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
accessing custom model records over api #1893
Comments
saas-starter-kit is meant to be generic, you can use |
Thank you for the reply ,but i need auth token to test my custom apis(POSTMAN/ThunderClient/..) which i added for my new schemas , |
You can create an API key once you log in, there is no auth token as such. But you are always free to extend the functionality to your liking. |
Hi @deepakprabhakara Thank you for the above inputs. I have a similar query. I want one of the APIs to be also used with a postman / curl along with website session access. If I generate the API key from login and use it with postman, its only working once. the second call throws the Additionally, the pages/api/** files have validation for team verification like below. How does this work for postman API calls ? I don't want to comment out this code as the web application still needs this validation.
Is there any other alternative to implement this approach ? |
I have created custom model called repositories which would like to access rest api
The text was updated successfully, but these errors were encountered: