Skip to main content
GET
/
v1
/
ui
/
accounts
/
{entityId}
Get account by entity ID
curl --request GET \
  --url https://api.example.com/v1/ui/accounts/{entityId}
{}

Path Parameters

entityId
string
required

Entity ID (product)

Query Parameters

entityType
enum<string>

Entity type (always product)

Available options:
product
includeTransactions
boolean

Include recent transactions in response

includePurchases
boolean

Include purchases in response

transactionLimit
string
required
purchaseLimit
string
required

Response

200 - application/json

Account retrieved successfully

The response is of type object.