Update advisory firm

PUT /api/v1/advisory-firms/{firm_id}

Update advisory firm details.

Operation ID: update_firm_api_v1_advisory_firms__firm_id__put · View as markdown · OpenAPI slice

Authentication

Bearer token authentication. Pass your DayZero API token in the Authorization header and the target business UUID in x-business-id.

Parameters

Path

firm_id string required

Request body

name string
address string
ein string
logo_url string
stripe_customer_id string
client_messaging_enabled boolean
ap_automation_enabled boolean
slack_webhook_url string

Slack Incoming Webhook URL. Set to empty string to disconnect.

client_visible_integrations array · string

Integration IDs visible to clients. Valid values: stripe, plaid, ramp, square, shopify, slack.

Responses

200 Successful Response

name string required

Firm name.

address string

Firm business address.

ein string

Tax Employer Identification Number.

logo_url string

URL or S3 key for the firm logo.

stripe_customer_id string

Stripe customer ID for subscription billing.

client_messaging_enabled boolean

Whether clients can use the messaging portal.

ap_automation_enabled boolean

Whether clients see the AP automation bills page in the client portal.

client_visible_integrations array · string

Integration IDs visible to clients in the client portal.

id string required

Advisory firm UUID.

slack_connected boolean

Whether a Slack webhook URL is configured.

slack_webhook_url_masked string

Masked Slack webhook URL (never exposes the full secret).

400 Bad Request - Invalid input

401 Unauthorized - Authentication required

403 Forbidden - Insufficient permissions

404 Not Found - Resource does not exist

422 Validation Error

detail array · ValidationError ValidationError
5 fields
loc array · string | integer required
msg string required
type string required
input object
ctx object