Skip to main content
PUT
Update organization API keys and details

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
id
string
required

Organization ID whose details and credentials should be updated.

creds
object
required

Replacement third-party API credentials (Anthropic, Sinch SMS/MMS) attached to the organization.

Example:
name
string

Updated organization display name.

phoneNumber
string

Updated primary organization phone number in E.164 format.

address
string

Updated mailing/business address.

logoUrl
string

Optional logo image; accepts a data URI which the server uploads and stores.

Response

API keys updated

message
string