Skip to main content
PATCH
Rename the account

Authorizations

x-api-key
string
header
required

Your Upstack API key. Starts with upstack_.

x-pixel-id
string
header
required

The pixel id the request targets.

Body

application/json

Strict allowlist — accountName is the only accepted field. Any other key in the body is rejected with 400. Control / zero-width / bidi characters are rejected; unicode letters, marks, digits, punctuation, and emoji are accepted. Trimmed; leading/trailing whitespace rejected.

accountName
string
required
Required string length: 1 - 100
Example:

"Upstack Data"

Response

The renamed account projection.

account
object
required

Slim public projection of an account — display name, creation date, active owners and admins, optional subscription summary.

Internal fields are deliberately omitted: id, ownerId, companyName, primaryEmail, settings.*, pixels, subscriptionId, every Stripe ID, planUsage, usageBillingRecords, last12Months*, and similar implementation details.