cURL
curl --request GET \ --url https://api.antei.com/entities/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "name": "<string>", "country": "<string>", "tax_id": "<string>", "is_primary": true }
Retrieve a specific entity using its unique ID
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The entity ID
Entity object
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