API Reference

Add a business

This API allows you to create a new business and returns the business id along with other attributes

Log in to see full request history

Important Links

Run in Postman   API Guide  


Request Body Example

{ "supporting_documents": [], "scheme": "Regular", "contact": { "mobile": "9999999999", "email": "john@doe.com", "@entity": "contact" }, "name": "JOHN DOE PRIVATE LIMITED", "registered": true, "billing_address": { "country": "India", "full_address": "1, ABC Lakeview Tower, Ahmedabad, Gujarat - 380015", "type": "Billing", "@entity": "address" }, "bank_accounts": [], "display_name": "John Doe Private Limited", "gstin": "24AAACQ3770E2ZZ", "@entity": "business", "filing_frequency": "Quarterly" }
Body Params
string
required
Headers
string
required

JWT Authorization token

string
required

Public key required to authorize API access

string
required
Defaults to 3.4
Responses

Language
Click Try It! to start a request and see the response here! Or choose an example:
application/json