How to Integrate Signup API? 




Case - If the user integrated Giddh’s API at his E-commerce site and wants to create an account for his sellers without showing Giddh platform at the time of creation and then will provide the option for managing accounts on his website itself. 


use the below APIs: 



Step 1 - Signup with your email id and password through below API: 


API URL: https://api.giddh.com/v2/signup


Request Body: 


{

   "email""[email protected]",

   "password""Abcd@1234"

}



Step 2 - Verify the email through the verification code send at the mentioned email id through the below API: 


API URL: https://api.giddh.com/v2/verify-email


Request Body: 


{

   "email""[email protected]",

   "verificationCode""0x5xx21x"

}


After verifying the code your account has been created successfully, Now you will have to create a company through the company creation API.