cURL
curl --request GET \ --url https://api.antei.com/entities \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "name": "<string>", "country": "<string>", "tax_id": "<string>", "is_primary": true } ]
Retrieve all entities registered under your account
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
List of entities
The response is of type object[].
object[]