Company

Partially update company information

Update specific company fields. Only provided fields will be updated. At least one field must be provided.

patch/company

Request body

namestring

Company name

language'en' | 'es' | 'it' | 'pt' | 'fr' | 'de' | 'el' | 'ru' | 'pl' | 'cs' | 'sv' | 'nl' | 'ro' | 'nb'

Default language for the company

account_ownerstring

Name of the account owner

account_owner_emailstring email

Email address of the account owner

websitestring uri

Company website URL

Response

Company updated successfully

idstring uuid required

Unique identifier for the company

namestring required

Company name

language'en' | 'es' | 'it' | 'pt' | 'fr' | 'de' | 'el' | 'ru' | 'pl' | 'cs' | 'sv' | 'nl' | 'ro' | 'nb'

Default language for the company

account_ownerstring required

Name of the account owner

account_owner_emailstring email required

Email address of the account owner

websitestring uri nullable

Company website URL

icon_urlstring uri nullable

Publicly accessible URL to the company logo image. Returns null if no logo is set.

creditsinteger

Available credits for the company (read-only, managed internally)

created_datestring date-time required

Company account creation timestamp

updated_datestring date-time

Company account last update timestamp

Example response

{
  "icon_url": "https://ielmshcswdhuacyjlpiy.supabase.co/functions/v1/logo/company/3feb35a8-5aaf-4603-8b50-acd807176b38"
}

Changes

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