customers
Get customer by user profile ID.
Get a customer by user profileID with joined data from user_profile, account_relationships, and account tables.
get/v1/customers/{id}
Path parameters
idstring required
The Customer ID (user profile ID).
Query parameters
account_idstring required
Account ID for authentication validation.
Response
OK