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