v1
latestOpenAPI 3.0.12026-07-22120163333.7 KBAgent Organization
Update Company
Updates the company record associated with the caller's team. Caller must have permission to manage team organization.
post/v1.0/org/company
Headers
Authorizationstring required
Bearer [access_token]
Content-Typestring required
application/json
Request body
Example request
{
"name": "Lofty Realty Group",
"phone": "4155551234",
"phoneCode": "1",
"phoneCountry": "US",
"email": "ops@lofty.com",
"city": "San Francisco",
"state": "CA",
"zipcode": "94103",
"streetAddress": "123 Market St, Suite 200",
"header": "https://cdn.chime.me/image/fs/team/header.png"
}Response
Envelope with business code and message.
Example response
{
"message": "success"
}