Skip to main content
POST
Create a Company

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Use /auth/token to obtain access token. Enter 'Bearer' [space] and then your token in the text input below. Example: 'Bearer eyJhbGci...'

Body

companyReferenceId
string
name
string
emailAddress
string
taxId
string
taxIdType
string
streetNumberAndName
string
apartmentNumber
string | null
zipCode
string
city
string
state
string
contactNumber
string
websiteUrl
string | null
companyType
string
owner
object
employees
object[] | null
locations
object[] | null

Response

OK

companyId
string<uuid>
locationIds
string<uuid>[]
Last modified on July 21, 2026