Headers
Value must be 'Bearer <token>' where <token> is an API key prefixed with 'bc_' or a JWT token.
"Bearer bc_1234567890abcdef"
Required if Authorization is a JWT token. The organization ID to operate within.
Body
Organization name
"Acme Inc."
Industry of the organization
"Technology"
Country location in ISO 3166-1 alpha-2 format
"US"
Base currency in ISO 4217 format
"USD"
Timezone of the organization
"America/New_York"
Starting month of fiscal year
"January"
Language/locale of the organization
"en-US"
Date format used by the organization
"MM/DD/YYYY"
Organization address details
{
"address_1": "123 Main St",
"address_2": "Suite 100",
"postal_code": "10001",
"city": "New York",
"stateProvince": "NY",
"phone": "+1-555-123-4567"
}
Primary brand color in hex format
"#4285F4"
Logo file key reference
"organizations/acme-logo-123456.png"
Organization tax identification number
"12-3456789"
Response
Organization information has been updated successfully