Skip to main content

Business

Create New Business

post /businesses

This endpoint allows you to create a new business entity under current business. It returns created business details, including the urlKey for creating invoices in the future.
Use the existing token with the new urlKey to create invoices for the new business entity.

Headers

NameTypeValue Description
Content-Type *stringapplication-json
Authorization *stringBearer <jwt>

Body

NameTypeValue Description
name *stringName of the business
country *stringCountry code (e.g., "IN" for India)
gstinstringGST Identification Number
billedToobjectBilling information
billedTo.namestringName for billing
billedTo.phonestringPhone number
billedTo.emailstringEmail address
billedTo.countrystringCountry code
billedTo.gstStatestringGST state code
billedTo.pincodestringPostal code
billedTo.citystringCity name
billedTo.streetstringStreet address
billedTo.gstinstringGST Identification Number
authobjectAuthentication information
auth.email *array[string]List of users to add in the business