Hi
I want to use below link JWT API. freeapi.gerasim.in/index.html.
How i should create Id on this side so to use API's
Thanks
Hi
I want to use below link JWT API. freeapi.gerasim.in/index.html.
How i should create Id on this side so to use API's
Thanks
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Naimish MakwanaPosted Apr 23, 2024, 8:18 AM
You first need to use below API to register user
POST? : /api/JWT/CreateNewUser
than using your email and password you can use below api to generate token
POST?: /api/JWT/login
Thanks
Ramco RamcoPosted Apr 23, 2024, 7:58 AM
Hi Jignesh
I want to try this Url . Don't i need to create ID .Below is the link which i am following
https://www.youtube.com/watch?v=HBemrC8NDZU
Thanks
Naimish MakwanaPosted Apr 23, 2024, 7:27 AM
You don't need to create any id to use this API's. This api is sample project which you can use as mock API for your project. They already gave you the sample for GET, POST, PATCH request.
Thanks
Jignesh KumarPosted Apr 23, 2024, 7:02 AM
Hello Ramco,
From where you have taken reference for these API Endpoints, Same place you can check the API documentation that will help you how to use these endpoints.
I have checked a few they are not expecting any Id's.
Could you please help here, which endpoint do you want to explore?
if you want to check this one directly you can click on Try It Out then click on Execute that will return list of all users