Overview
Retrieve detailed information about a specific account holder by their ID.- Account Details: Get complete information about a specific account holder
 - Customer Service: Retrieve account holder information for support
 - Integration: Fetch account holder data for external systems
 - Audit Trail: Access account holder creation and modification history
 
Authorizations
API key for authentication
Path Parameters
Account holder ID
Response
Account holder retrieved successfully
The unique ID of the account holder
Minimum length: 
1Example:
"35b927b6-6fda-40aa-93b8-95b47c2b2cad"
The type of the account holder
Available options: 
consumer, business Example:
"consumer"
The timestamp of when the account holder was created
Example:
"2024-03-30T00:00:00Z"
The name of the account holder
Example:
"John Doe"
The category set ID to use for this account holder's transactions
Example:
"category_id"

