Corporations
Update corporation
Update an existing corporation
POST
Updates the details of an existing corporation. Only the fields provided in the request will be updated.
string
required
Unique identifier of the corporation to update.
string
Legal name of the entity, including the type suffix (e.g., “Inc.”, “LLC”).
string
Jurisdiction where the corporation is registered (e.g., “US”, “CA”).
string
Custom email alias for the corporation.
string
required
Unique identifier for the corporation.
string
required
Legal name of the entity, including the type suffix.
integer
required
Unix timestamp of when the corporation was created.
string
required
Jurisdiction of the corporation.
string
Email alias for the corporation.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The unique identifier of the corporation to update.
Body
application/json
Request body for updating a corporation.
The legal name of the corporation.
Example:
"Acme Corporation"
Response
Update one corporation response.
Example:
"Successfully updated corporation."