List customer accounts
GET/customers/:customer_id/accounts
List all saved accounts (login credentials) for a customer across different login sources. The organization is determined from the authenticated API key.
Request
Responses
- 200
- 401
- 404
- 500
List of customer accounts with login source details
Unauthorized - invalid or missing API key
Customer not found
Internal server error