curl --request POST \ --url 'https://transaction-tax.api.in.commenda.io/api/v1/corporations' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "legal_name": "Acme Corporation Inc.", "jurisdiction": "US", "email_alias": "acme" }'
{ "message": "Corporation created successfully.", "data": { "id": "corp_123abc", "legal_name": "Acme Corporation Inc.", "created_at": 1704067200, "jurisdiction": "US", "email_alias": "acme@filings.commenda.io" } }
Create a new corporation in your organization
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Request body for creating a new corporation.
The legal name of the corporation.
"Acme Corporation"
Sales tax registration response
A corporation registered with Commenda.
Show child attributes
"Successfully created corporation."