Skip to main content
POST
Create a new business

Authorizations

Authorization
string
header
required

API key for /api/v1/* endpoints

Body

application/json
name
string
required

Business name

Example:

"Acme Corp"

email
string
required

Business email

Example:

"acme@gmail.com"

type
enum<string>
required
Available options:
ecommerce,
saas,
marketplace,
fintech,
healthcare,
education,
logistics,
real_estate,
travel,
food_and_beverage,
media_and_entertainment,
gaming,
retail,
professional_services,
nonprofit,
freelance,
other
Example:

"ecommerce"

Response

Business created successfully.