Companies

post/api/companies/

Request body

namestring required
emailstring email nullable
logoBase64string nullable
teamNamestring nullable
addressstring nullable
phonestring nullable
bcp47LanguageTagstring nullable
{"stackTrail":"paths:/api/companies/:post:requestBody:content:application/json:schema:properties:photoSyncHash","oasType":"schema","type":"unknown"}

Response

Default Response

idstring uuid required
namestring required
teamNamestring nullable
addressstring nullable
emailstring nullable
phonestring nullable required
logoBase64string nullable required
photoSyncHashstring nullable
customFeaturesobject
bcp47LanguageTagstring nullable
role'admin' | 'member' | 'owner'
currentVersioninteger required
createdAtstring date-time required
updatedAtstring date-time required

Example response

{
  "currentVersion": 1,
  "createdAt": "2026-03-26T14:00:00Z",
  "updatedAt": "2026-03-26T14:00:00Z"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.