curl --request GET \
--url https://api.example.com/v1/ui/customers/{id}Retrieves a specific customer by their ID. Only returns customers belonging to the authenticated provider.
curl --request GET \
--url https://api.example.com/v1/ui/customers/{id}Customer ID
"507f1f77bcf86cd799439011"
Customer retrieved successfully