Skip to main content
GET
/
customers
/
{id}
Get Customer by ID
curl --request GET \
  --url https://api.antei.com/customers/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "name": "<string>",
  "email": "<string>",
  "tax_id": "<string>"
}
Retrieve detailed information about a single customer, including their tax status, exemption certificates, addresses, and more. Useful for validating existence or syncing metadata.

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

ID of the customer

Response

Customer details

id
string
required

Unique identifier for the customer

name
string
required

Name of the customer

email
string
required

Email address of the customer

tax_id
string

Tax ID associated with the customer