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.
Unique identifier of the corporation to update.
Legal name of the entity, including the type suffix (e.g., “Inc.”, “LLC”).
Jurisdiction where the corporation is registered (e.g., “US”, “CA”).
Custom email alias for the corporation.
Unique identifier for the corporation.
Legal name of the entity, including the type suffix.
Unix timestamp of when the corporation was created.
Jurisdiction of the corporation.
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."