Hi,
This My Login API , when I give the request Like this, The Response will look like this
In data Object the login value is "True" Means the request authentication is correct . False means authentication is False.
Next, i copy to response Body. My response Like this
How do I check the User name and password while Login.
I have no idea how to pass the JSON request to the post method and Get the response of the Login result.
Hi Kavinesh,
Please put the JSON in Body tab and then click on Finish. So you will get same input parameter in API.
https://success.outsystems.com/Documentation/11/Extensibility_and_Integration/REST/Consume_REST_APIs/Consume_one_or_more_REST_API_methods
Thanks
Vinod