API Integration
Related Docs
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.
How to Integrate Sig...
API URL: https://api.giddh.com/company
Header:
Session id - Get session id from verifying code.
Request Body:
{
"name": "Company Name",
"country": "IN",
"phoneCode": "91",
"contactNo": "9988998899",
"uniqueName": "companin16562141720350kfiqc",
"isBranch": false,
"subscriptionRequest": {
"planUniqueName": "",
"subscriptionId": "",
"userUniqueName": "[email protected]",
"licenceKey": ""
},
"addresses": [
{
"stateCode": "MP",
"address": "401, Capt. C. S. Naidu Arcade, Near Greater Kailash Hospital, Old Palasia, Indore",
"isDefault": false,
"stateName": " Madhya Pradesh",
"taxNumber": "23ABQPF6142H1Z8",
"pincode": "452018"
}
],
"businessNature": "Service",
"businessType": "Registered",
"address": "401, Capt. C. S. Naidu Arcade, Near Greater Kailash Hospital, Old Palasia, Indore",
"industry": "",
"baseCurrency": "INR",
"isMultipleCurrency": false,
"city": "",
"email": "",
"taxes": [
"gst5",
"gst12",
"gst18",
"gst28"
],
"userBillingDetails": {
"name": "",
"email": "",
"contactNo": "",
"gstin": "",
"stateCode": "",
"address": "",
"autorenew": ""
},
"nameAlias": "",
"paymentId": "",
"amountPaid": "",
"razorpaySignature": ""
}
How to create a comp...
API URL: https://api.giddh.com/company
Header:
Session id - Get session id from verifying code.
Request Body:
{
"name": "Company Name",
"country": "IN",
"phoneCode": "91",
"contactNo": "9988998899",
"uniqueName": "companin16562141720350kfiqc",
"isBranch": false,
"subscriptionRequest": {
"planUniqueName": "",
"subscriptionId": "",
"userUniqueName": "[email protected]",
"licenceKey": ""
},
"addresses": [
{
"stateCode": "MP",
"address": "401, Capt. C. S. Naidu Arcade, Near Greater Kailash Hospital, Old Palasia, Indore",
"isDefault": false,
"stateName": " Madhya Pradesh",
"taxNumber": "23ABQPF6142H1Z8",
"pincode": "452018"
}
],
"businessNature": "Service",
"businessType": "Registered",
"address": "401, Capt. C. S. Naidu Arcade, Near Greater Kailash Hospital, Old Palasia, Indore",
"industry": "",
"baseCurrency": "INR",
"isMultipleCurrency": false,
"city": "",
"email": "",
"taxes": [
"gst5",
"gst12",
"gst18",
"gst28"
],
"userBillingDetails": {
"name": "",
"email": "",
"contactNo": "",
"gstin": "",
"stateCode": "",
"address": "",
"autorenew": ""
},
"nameAlias": "",
"paymentId": "",
"amountPaid": "",
"razorpaySignature": ""
}
Contributors
Sheba Khan
Last updated: Unknown