cURL
curl --request POST \ --url https://api.antei.com/entities \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>", "country": "<string>", "tax_id": "<string>" }'
{ "id": "<string>", "name": "<string>", "country": "<string>", "tax_id": "<string>", "is_primary": true }
Add a new subsidiary entity to your account
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Entity data
Entity created
Unique ID of the entity
Legal name of the entity
Country of registration
Official tax ID for the entity
Indicates whether this is the primary entity