End User Accounts
Get an end-user account
Retrieve details for a single end-user account.
get/v2/{tenant_slug}/enduseraccounts/{website_account_id}
Path parameters
tenant_slugstring required
Tenant DNS slug (lowercase letters, digits, and hyphens; 3-100 characters).
Example:demo-retail
Tenant DNS slug (lowercase letters, digits, and hyphens; 3-100 characters).
website_account_idstring required
Identifier of the end-user's website account; the literal string UNKNOWN addresses accounts whose website identifier could not be resolved.
Example:account-abc123
Identifier of the end-user's website account; the literal string UNKNOWN addresses accounts whose website identifier could not be resolved.
Response
Successful Response
Example response
{
"data": {
"tenant_id": "00000000-0000-4000-8000-000000000000",
"website_account_id": "account-abc123",
"crm_account_id": "crm-abc456",
"last_session_updated_on": "2024-01-15T10:30:00Z"
}
}