Companies

get/api/companies/

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.