Skip to main content
GET
/
entities
/
{id}
Get Entity by ID
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
}
Use this endpoint to fetch a specific entity. You must provide the entity ID as a path parameter.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The entity ID

Response

Entity object

id
string
required

Unique ID of the entity

name
string
required

Legal name of the entity

country
string
required

Country of registration

tax_id
string

Official tax ID for the entity

is_primary
boolean

Indicates whether this is the primary entity