Skip to main content
POST
/
api
/
v1
/
businesses
Create a business
curl --request POST \
  --url https://api.izap.ai/api/v1/businesses \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "business_name": "<string>",
  "owner_contact": "<string>"
}
'
{
  "business_id": "6a1f2e2e-1c34-4e2a-9c3e-1234567890ab",
  "business_name": "Gás na Promoção",
  "owner_contact": "+5511999998888"
}

Authorizations

Authorization
string
header
required

JWT access token obtained from POST /api/v1/auth/jwt/login, the OAuth token endpoint, or a business-scoped API token. Some Business/Chat/Template/Scheduling endpoints alternatively accept HTTP Basic credentials scoped to the business slug.

Body

application/json
business_name
string
required
owner_contact
string

E.164 phone number.

Response

Business created.

business_id
string<uuid>
business_name
string
owner_contact
string