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
The body is of type object.
object
Entity created
The response is of type object.