curl --request GET \ --url 'https://transaction-tax.api.in.commenda.io/api/v1/corporations/corp_123abc' \ --header 'Authorization: Bearer <token>'
{ "message": "Corporation retrieved successfully.", "data": { "id": "corp_123abc", "legal_name": "Acme Corporation Inc.", "created_at": 1704067200, "jurisdiction": "US", "email_alias": "acme@filings.commenda.io" } }
Retrieve a specific corporation by ID
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The unique identifier of the corporation to fetch.
Get one corporation response.
A corporation registered with Commenda.
Show child attributes
"Successfully fetched corporation."