Hello,
Im trying to login from my react-native app using Api request but I cant find which endpoint to use.
Hello,
Im trying to login from my react-native app using Api request but I cant find which endpoint to use.
Hi,
if you need examples, have a look in Api\docs\postman
, you’ll find a prepared postman project there.
Additionally, read these two articles first:
Hello @crmspace ,
Thanks for the quick response. I already read the documents and managed to find some examples.
I tried using this request but it returns “Method not allowed. Must be one of: POST” even if its already been set to POST.
also tested on Postman and the results are the same